update supported python versions for documentation (#2092)

rocm-docs-core dependencies requires python>=3.8 and python<3.9
This commit is contained in:
Sam Wu
2023-04-28 08:44:59 -06:00
committed by GitHub
parent d5eb2b25f2
commit 5c4ab7d675

View File

@@ -84,6 +84,10 @@ browser.
### Command line documentation builds
Python versions known to build documentation:
- 3.8
To build the docs locally using Python Virtual Environment (`venv`), execute the
following commands from the project root:
@@ -97,12 +101,6 @@ 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