Building the Documentation

As long as you have followed the procedure in polaris conda environment, spack environment, compilers and system modules 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:

cd docs
make clean && make html

You can view the documentation by opening _build/html/index.html.