Skip to content

Commit 7238851

Browse files
committed
Also register BuildDoc for build_sphinx
1 parent c085f9c commit 7238851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def run(self):
341341
cmdclass["init_catalog"] = babel.init_catalog
342342

343343
if using_sphinx:
344+
cmdclass["build_sphinx"] = BuildDoc
344345
cmdclass["build_sphinx_man"] = BuildDoc
345346

346347
if platform.system() in ("FreeBSD", "OpenBSD"):

0 commit comments

Comments
 (0)