mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
I noticed on the website that the documentation regarding Debian was aging, so I took the liberty of adding some new content and making modifications to the source here. I used the existing content as a template to expand the Debian installation section to account for the recent changes. Debian "wheezy" was released in May 2013 moving "squeeze" to "oldstable" status. I hope this helps.
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python 2.x >= 2.5
- Sphinx (http://sphinx.pocoo.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.