The documentation is built with Sphinx. See their documentation for more details.
Pre-requisites:
pip install sphinx sphinx-rtd-theme
From docs directory:
sphinx-apidoc -o source/PyDSS ../PyDSS
From docs directory:
make clean
make html
make github