sphinx.cmd.build
This commit is contained in:
parent
bac8d6646b
commit
f72d8a4686
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ HTML
|
||||||
|
|
||||||
.. code:: python3
|
.. code:: python3
|
||||||
|
|
||||||
import sphinx
|
import sphinx.cmd.build
|
||||||
|
|
||||||
sphinx.build_main([
|
sphinx.cmd.build.build_main([
|
||||||
'-E',
|
'-E',
|
||||||
'-j', '2',
|
'-j', '2',
|
||||||
'-b', 'html',
|
'-b', 'html',
|
||||||
|
|
Loading…
Reference in a new issue