mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
It is now possible to specify a file with "config" as an application configuration key in a paste deploy configuration file. This allows paster applications to use the full range of gunicorn settings even when using paste/pserve rather than gunicorn_paster. Fixes #540.
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 2.5
- Sphinx (http://sphinx.pocoo.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.