To build the webpages:

   make html


To automatically generate the API docs (from the repository root):

   sphinx-apidoc -f -M -o docs/source/ pynucastro


To support notebooks:

pip3 install nbsphinx --user
dnf install pandoc


For the theme:

pip install sphinx_rtd_theme

