This is my personal website, built with Sphinx!
It is forked (and detached) from Chris Holdgraf's personal website (repo here). Thanks Chris!
Build the docs. Use nox, which handles all of the environment generation automatically.
To do so, follow these steps:
-
Install
nox.pip install -U nox
-
Run
toxnox -s start
this should install a Sphinx environment and build the site, putting the output files in _build/html.
Run a live webserver:
nox -s docs -- live**Run a JupyterLab environment with necessary packages installed:
nox -s labThe script in scripts/orcid-publications.py will use the ORCID APi to download all of the records associated with my ORCID account.
It generates some markdown that is then inserted into my documentation in publications.md.