mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Until now, only the documentation in source form was packaged. This changeset improves the RPM generator so that the compiled HTML version of the documentation is packaged. Also, other informative documents (README, LICENSE, NOTICE, THANKS) and an example server configuration file have been included. Finally, the Sphinx documentation's conf.py has been improved so that it is easier to compile the docs using the default theme.
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.