Sphinx project

To start a Sphinx project use the interactive sphinx-quickstart command (Sphinx ref). This will ask you all the necessary questions. You can use a Makefile to build the documentation.

Customization is done in the file conf.py (Sphinx ref) and the Makefile (Sphinx ref).

The configuration of the extensions go also in conf.py.

See Sphinx description of configuration options.