Build the Documentation Locally

To build the documentation:

  1. Install sphinx and the Read the Docs sphinx theme

    • conda install sphinx sphinx_rtd_theme

  2. Within the docs directory, create the documentation

    • make html

  3. The documentation is now available under .\docs\_build\html\index.html