Latest web version of JupyterBook: https://uwgda-jupyterbook.readthedocs.io
conda create -n uwgdabook jupyter-book pre-commit
conda activate uwgdabook
pre-commit install
jb build book
jb build book --builder linkcheck #with link checking
Changes pushed to GitHub are automatically built on RTD. Pull requests generate previews. GitHub Tags result in different versions of the rendered book.