Skip to content

Commit

Permalink
doc: documentation compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Mar 28, 2024
1 parent 97470bf commit db84db7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,14 @@ Documentation

The documentation is generated when the tests run:

.. code-block:: console
.. code-block:: bash
tox -e doc
The generated documentation is located at `./build/sphinx/html`.
You can also run sphinx by hand, that should be faster since it avoids the tox environment initialization:

.. code-block:: bash
sphinx-build doc build/sphinx/html
The generated documentation is located at ``build/sphinx/html``.

0 comments on commit db84db7

Please sign in to comment.