Skip to content

Commit 2479efb

Browse files
authored
Fix documentation build instructions (#9350)
1 parent dce754b commit 2479efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/guides/docs_contributing.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ We also recommend you install to grammar check extension to help you to review E
7272
Building
7373
********
7474

75-
To build the documentation and generate the HTLM files, you can use the following command inside the ``docs`` folder. After a successful build, you can check the files inside the `build/html` folder.
75+
To build the documentation and generate the HTML files, you can use the following command inside the ``docs`` folder. After a successful build, you can check the files inside the `_build/en/generic/html` folder.
7676

7777
.. code-block::
7878
79-
make html
79+
build-docs -l en
8080
8181
This step is essential to ensure that there are no syntax errors and also to see the final result.
8282

@@ -104,7 +104,7 @@ If everything is ok, you will see some output logs similar to this one:
104104
dumping object inventory... done
105105
build succeeded.
106106
107-
The HTML pages are in build/html.
107+
The HTML pages are in `_build/en/generic/html`.
108108

109109
Sections
110110
--------

0 commit comments

Comments
 (0)