Skip to content

Commit

Permalink
fix: Update contributing doc (#2895)
Browse files Browse the repository at this point in the history
* fix: Update contributing doc

* rename _builds
  • Loading branch information
hpohekar authored Jun 6, 2024
1 parent 99ef6e9 commit 93b4612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ repository, run:

.. code::
pip install -r requirements/requirements_doc.txt
poetry install --with docs
cd doc
make html
After the build completes, the HTML documentation is located in the
``_builds/html`` directory. You can load the ``index.html`` file in
``_build/html`` directory. You can load the ``index.html`` file in
this directory into a web browser.

You can clear all HTML files from the ``_builds/html`` directory with:
You can clear all HTML files from the ``_build/html`` directory with:

.. code::
Expand Down

0 comments on commit 93b4612

Please sign in to comment.