5890852ff1
Relates to https://github.com/RadeonOpenCompute/rocm-docs-core/issues/330 Change-Id: Ic9370548bb8d919376b20f7e1800fe620369e69b
19 lines
321 B
YAML
19 lines
321 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: [htmlzip, pdf, epub]
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/sphinx/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.8"
|