mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Add command to build specific files in Building the manual with Sphinx (#5828)
This commit is contained in:
committed by
Hugo Locurcio
parent
28fd0372eb
commit
a2e309ecfc
@@ -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
|
||||
-----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user