6d4aa1f2e6
Change-Id: Ia086cd708f5bfcff71780cc104afe1e0908923c9
[ROCm/rocm_smi_lib commit: 2d7d7c449a]
21 строка
385 B
YAML
21 строка
385 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.10"
|
|
apt_packages:
|
|
- "graphviz" # For dot graphs in doxygen
|