Ver Fonte

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

snailrhymer há 3 anos atrás
pai
commit
a2e309ecfc
1 ficheiros alterados com 6 adições e 0 exclusões
  1. 6 0
      community/contributing/building_the_manual.rst

+ 6 - 0
community/contributing/building_the_manual.rst

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