documentation/README.md

7 lines
124 B
Markdown
Raw Normal View History

2022-10-03 20:49:41 +00:00
Test changes to this documentation locally:
```bash
pip install -r requirements.txt
sphinx-build -b html . _build/html
```