# Editing the docs

You can build the docs site locally as follows:

```bash
pip install -r docs/requirements.txt
sphinx-build -W -b html docs docs/build/html -j auto
```
