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 re-run a notebook without spinning up an entire Jupyter instance:

   docs/regen_notebook.sh <path to .ipynb>
