Skip to content

Commit

Permalink
docs: add note regarding docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed May 12, 2019
1 parent 8786eb0 commit 758fc8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@ A man page can be generated using::
make -C docs man

Both will end up in their respective subfolders in :file:`docs/build`.

In order to remove the command docs and automatically re-generate them from inline docstrings, use the make target `cleanall`, as in::

make -C docs cleanall html

.. note:: On Debian you need to overide the variable `PYTHON` used in the makefile
so that it uses "python3", not "python", which by default links to
version 2.7* of the interpreter.
::

make PYTHON="python3" -C docs cleanall html

0 comments on commit 758fc8a

Please sign in to comment.