gunicorn/docs/README.rst
Prateek Singh Paudel 5be55b0b64 Revise readme.
2012-10-04 00:48:18 +05:45

19 lines
293 B
ReStructuredText

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.