Tero Saarni 5a581c0b14 Update SSLContext handling
* 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>
2021-09-12 17:39:06 +03:00
..
2014-03-31 11:14:45 -07:00
2021-03-27 03:07:48 +01:00
2021-09-12 17:39:06 +03:00
2021-01-06 03:14:31 +02: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.