Skip to content

Building the documentation

Andrew Hearin edited this page Jun 12, 2017 · 3 revisions

To run a local build of the documentation:

$ python setup.py build_sphinx -o

The -o flag will trigger your browser to automatically open when the docs are built.

In case you do not have an internet connection:

$ python setup.py --offline build_sphinx -o

Clone this wiki locally