gunicorn/docs/README.rst
2017-09-16 17:46:19 +03:00

20 lines
288 B
ReStructuredText

Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 2.5
- Sphinx (http://sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.