To build the webpages:

   make html


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

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


To support notebooks:

   pip3 install nbsphinx --user
   dnf install pandoc


For the theme:

   pip install sphinx_rtd_theme


To re-run a notebook without spinning up an entire Jupyter instance:

   docs/regen_notebook.sh <path to .ipynb>
