forked from Github-Mirrors/canaille
doc: documentation compilation instructions
This commit is contained in:
parent
97470bffe6
commit
db84db760f
1 changed files with 8 additions and 2 deletions
|
@ -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``.
|
||||
|
|
Loading…
Reference in a new issue