|
@@ -82,6 +82,12 @@ program manually:
|
|
|
|
|
|
sphinx-build -b html ./ _build
|
|
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
|
|
Building with Sphinx and virtualenv
|
|
-----------------------------------
|
|
-----------------------------------
|
|
|
|
|