Add command to build specific files in Building the manual with Sphinx (#5828)

This commit is contained in:
snailrhymer
2022-05-20 21:04:09 +01:00
committed by Hugo Locurcio
parent 28fd0372eb
commit a2e309ecfc

View File

@@ -82,6 +82,12 @@ program manually:
sphinx-build -b html ./ _build
You can also specify a list of files to build, which can greatly speed up compilation:
.. code:: sh
sphinx-build -b html ./ _build classes/class_node.rst classes/class_resource.rst
Building with Sphinx and virtualenv
-----------------------------------