Skip to content

Commit

Permalink
Fix documentation build instructions (espressif#9350)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz authored Mar 11, 2024
1 parent dce754b commit 2479efb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/guides/docs_contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ We also recommend you install to grammar check extension to help you to review E
Building
********

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

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

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

Sections
--------
Expand Down

0 comments on commit 2479efb

Please sign in to comment.