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:
Stephen Finucane 2018-01-20 23:16:42 +00:00
parent d2d31e2e7d
commit ecbe08d467

View File

@ -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:]))