Files
deb-keystone/doc/source/devref/build-docs.rst
Samriddhi Jain a764b90f74 Reorganised developer documentation
For a better readability and flow, reorganised and
renamed various sections in developer documentation.

Change-Id: I23ac014701e0ca0984e23ff07192cfdf4d8fd4dd
2017-07-18 00:14:41 +05:30

972 B

Building the Documentation

The documentation is generated with Sphinx using the tox command. To create HTML docs and man pages:

$ tox -e docs

The results are in the doc/build/html and doc/build/man directories respectively.