You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
380 B
13 lines
380 B
Building the documentation
|
|
=========================
|
|
|
|
This documentation uses `Sphinx <https://www.sphinx-doc.org/>`_
|
|
|
|
It can be built in different formats.
|
|
|
|
Run ``cd docs; make`` to see the possible formats.
|
|
|
|
Run ``cd docs; make html`` to build the documentation in HTML format.
|
|
|
|
You can see the generated HTML documentation in a browser opening the directory
|
|
`docs/build/html`.
|
|
|