Browse Source

Merge pull request #7031 from wlsnmrk/sphinx-build-dir

Corrected directory for HTML documentation output
Max Hilbrunner 2 years ago
parent
commit
057d8b97f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contributing/documentation/building_the_manual.rst

+ 2 - 2
contributing/documentation/building_the_manual.rst

@@ -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