blob: 9e231231860b1339fe2088b6e8fc3ce164b36d77 [file] [log] [blame] [view]
To build the docs, you'll need sphinx and a few extensions that are listed in `conf.py`.
A simple way to get a working setup is to install `pipx`, then run:
```
$ pipx install sphinx
$ pipx inject sphinx {the extensions}
```
Afterwards, building the docs is a single command: `sphinx-build $srcdir $destdir`