You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/docs_contributing.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ We also recommend you install to grammar check extension to help you to review E
72
72
Building
73
73
********
74
74
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.
76
76
77
77
.. code-block::
78
78
79
-
make html
79
+
build-docs -l en
80
80
81
81
This step is essential to ensure that there are no syntax errors and also to see the final result.
82
82
@@ -104,7 +104,7 @@ If everything is ok, you will see some output logs similar to this one:
0 commit comments