mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
This will restore graceful shutdown of workers by master. Also worker_int callback is moved from handle_exit (INT and TERM before switching) to handle_quit(INT and QUIT).
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.