17eb7a3c6b
* Add doc team as owners of RTD config
* Update Read the Docs configuration to use Python 3.10 and latest rocm-docs-core
[ROCm/rccl commit: 9f01acc030]
19 خطوط
322 B
YAML
19 خطوط
322 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.10"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: [htmlzip, pdf, epub]
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/sphinx/requirements.txt
|