benoitc 9538358511 config file extension should be a python extension
This change make it clear what is configuration file for Gunicorn.
Using a filename with an extension different than a python extension
was never supported. Also it gives us some room for a proper config file.
2019-11-25 22:44:25 +01:00
..
2014-03-31 11:14:45 -07:00
2019-11-23 11:42:32 +01:00
2012-10-03 05:04:07 +05:45
2018-08-01 15:31:17 +03:00
2014-09-10 09:52:12 -04:00
2018-08-01 15:31:17 +03:00

Generate Documentation
======================

Requirements
------------

To generate documentation you need to install:

 - Python >= 3.4
 - Sphinx (http://sphinx-doc.org/)


Generate html
-------------
::

    $ make html

The command generates html document inside ``build/html`` dir.