فهرست منبع

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

snailrhymer 3 سال پیش
والد
کامیت
a2e309ecfc
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  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
 -----------------------------------