Document setup for previewing documentation locally

This commit is contained in:
benjamin melançon 2021-12-09 22:12:11 -05:00
parent edfe6c18c3
commit f2e309df91

View file

@ -30,6 +30,15 @@ In doing documentation we are living our [values](values) of encouraging continu
## Local preview ## Local preview
### Setup
```bash
sudo apt install python3-sphinx
pip3 install -r requirements.txt
```
### Generating
Running this documentation locally: Running this documentation locally:
```bash ```bash