mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
These were originally based on 19.9.0 code and were rebased with conflicts resolved. Fixed #1690. Co-Authored-By: dilyanpalauzov <git-dpa@aegee.org> Signed-off-by: Brett Randall <javabrett@gmail.com>
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 3.4
- Sphinx (http://sphinx-doc.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.