mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Provide correct directory for HTML documentation output
Updated output directory in tutorial for manual sphinx-build operations on godot-docs. It now matches the output directory used by the make command for godot-docs.
This commit is contained in:
@@ -103,10 +103,10 @@ program manually:
|
||||
|
||||
.. code:: sh
|
||||
|
||||
sphinx-build -b html ./ _build
|
||||
sphinx-build -b html ./ _build/html
|
||||
|
||||
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
|
||||
sphinx-build -b html ./ _build/html classes/class_node.rst classes/class_resource.rst
|
||||
|
||||
Reference in New Issue
Block a user