Document writing the docs

This commit is contained in:
benjamin melançon 2022-10-03 16:49:41 -04:00
parent 0eea0e5eb8
commit 4476fd85c1

6
README.md Normal file
View file

@ -0,0 +1,6 @@
Test changes to this documentation locally:
```bash
pip install -r requirements.txt
sphinx-build -b html . _build/html
```