The ChiDG documentation uses Sphinx with a theme from Read The Docs. These can be installed as follows:
- sphinx
pip install Sphinx
- Read The Docs Theme
pip install sphinx_rtd_theme
- Build documentation
make html
Nathan A. Wukie [email protected]