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 ``docs`` directory, create the documentation - ``make html`` #. The documentation is now available under ``.\docs\_build\html\index.html``