7 lines
124 B
Markdown
7 lines
124 B
Markdown
|
Test changes to this documentation locally:
|
||
|
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
sphinx-build -b html . _build/html
|
||
|
```
|