mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #7031 from wlsnmrk/sphinx-build-dir
Corrected directory for HTML documentation output
This commit is contained in:
@@ -103,10 +103,10 @@ program manually:
|
|||||||
|
|
||||||
.. code:: sh
|
.. 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:
|
You can also specify a list of files to build, which can greatly speed up compilation:
|
||||||
|
|
||||||
.. code:: sh
|
.. 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