Build the Documentation Locally
To build the documentation:
Install sphinx and the Read the Docs sphinx theme
conda install sphinx sphinx_rtd_theme
Within the
docsdirectory, create the documentationmake html
The documentation is now available under
.\docs\_build\html\index.html