This is my personal website, built with Sphinx!
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
tox
nox -s docs
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 lab
The 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
.