Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/programmers/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ To have an offline version of the documentation just issue
in the ``doc`` folder:

.. code-block:: bash
sphinx-build . _build
The HTML will be stored in ``_build/``. Open the ``_build/index.html`` file with
your browser to see and browse the documentation.

.. warning::

It is only possible to build documentation locally from within the ``doc``
folder.
This choice was made to simplify the set up of the ReadTheDocs and local
Expand Down