add python versions known to build docs (#2040)

This commit is contained in:
Sam Wu
2023-04-13 10:25:38 -06:00
committed by GitHub
parent 7bbd5bc79d
commit c3298b5944

View File

@@ -94,6 +94,11 @@ python3 -mvenv .venv
.venv/bin/python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs _build/html
```
Python versions known to build documentation:
- 3.8
- 3.9
- 3.10
Then open up `_build/html/index.html` in your favorite browser.
### Pull Requests documentation builds