.. _dev_building_docs: ************************** Building the Documentation ************************** As long as you have followed the procedure in :ref:`dev_conda_env` for setting up your conda environment, you will already have the packages available that you need to build the documentation. Then, run the following script to build the docs: .. code-block:: bash export DOCS_VERSION="test" cd docs rm -rf developers_guide/generated/ developers_guide/*/generated/ _build/ make html You can view the documentation by opening ``_build/html/index.html``.