- Install the docs dependencies:
pip install '.[docs]'
. - From this directory, run
make html
.
The versions that will show up in the switcher must be kept up-to-date in _static/switcher.json
.
Use make clean
to clean out the _build
directory properly, if you use rm
instead, you will need to run this again:
cd _build
git worktree add -f html gh-pages