Documentation for QuantLib-Python
Install the requirements:
pip install -r requirements.txt
To build the docs then run:
sphinx-build -M html docs built
and then the output html will be in the built folder.
NB: make sure that you have pandoc installed.