Alex Hill d8a1256065
Document that gthread also uses worker_connections
The `ThreadWorker` uses `worker_connections` it in its run loop to limit how many connections are accepted.
2020-12-10 16:10:50 +08:00
..
2014-03-31 11:14:45 -07:00
2012-10-03 05:04:07 +05:45
2018-08-01 15:31:17 +03:00

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.