mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -05:00
Because rubric is not supported ValueError: <container: <rubric...><container...>> is not in list
19 lines
315 B
YAML
19 lines
315 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]
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/sphinx/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.8"
|