sphinx.cmd.build

This commit is contained in:
Marc Beninca 2020-07-20 11:31:22 +02:00
parent bac8d6646b
commit f72d8a4686

View file

@ -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',