gunicorn/docs/README.rst
2013-06-29 06:09:52 +02:00

20 lines
290 B
ReStructuredText

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.