aboutsummaryrefslogtreecommitdiff
path: root/docs/README
blob: 9126c73552d348338d0237a4753f86051a63789c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Building the Docs

First install Sphinx:

    pip install sphinx

Install pyopenssl and certifi dependencies, to avoid some build errors. (Optional)

    # This step is optional
    pip install ndg-httpsclient pyasn1 certifi

Then build: 

    cd docs && make html