mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
sphinx: Call 'sphinx.cmd.build.main' function
This was missed in commit '89f9c7cab'. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: #4470
This commit is contained in:
parent
d2d31e2e7d
commit
ecbe08d467
@ -8,7 +8,9 @@
|
||||
:copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
import sys
|
||||
from sphinx import main
|
||||
|
||||
from sphinx.cmd.build import main
|
||||
|
||||
sys.exit(main(sys.argv[1:]))
|
||||
|
Loading…
Reference in New Issue
Block a user