mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
update supported python versions for documentation (#2092)
rocm-docs-core dependencies requires python>=3.8 and python<3.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user