6.4. Building this Documentation#

The following should do the job:

# make sure your conda env is active
conda install sphinx graphviz
pip install furo sphinx-copybutton sphinx-math-dollar
cd mirgecom/doc
make html

After that, point a browser at mirgecom/doc/_build/html/index.html to see your documentation.