mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
The sample as-is was not clear about what file the configuration was to go in. This sample is to go into nginx.conf, but nginx as of 20180516 has nginx.conf + conf.f/default.conf. This sample overrides all that into the single file so being specific is better.
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.