mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
* Change deprecated ssl.wrap_socket() to SSLContext.wrap_context(). * Add new server hook to allow user to create custom SSLContext. * Updated the documentation. Signed-off-by: Tero Saarni <tero.saarni@est.tech>
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.