Skip to content

Commit 6fff3da

Browse files
authored
replace build.image with build.os in the .readthedocs.yaml config (#329)
* replace build.image with build.os in the .readthedocs.yaml config https://docs.readthedocs.io/en/stable/config-file/v2.html build.image (which is implicitly used if neither is specified) will be deprecated in October 2023 * update min requirements to rocm-docs-core 0.24.2 * Upgrade Doxyfile with doxygen -u * Add current project name to conf.py * Update doc requirements * Fix formatting for rtd config file * Update doxygen settings in Doxyfile and conf.py * Update doc requirements * Fix certifi version * Set doxygen version 1.8.17 in RTD build via ubuntu 20 ubuntu 22 uses doxygen version 1.9.1 which is returning errors on RTD build
1 parent b0a09bd commit 6fff3da

File tree

5 files changed

+194
-106
lines changed

5 files changed

+194
-106
lines changed

.readthedocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
version: 2
55

66
sphinx:
7-
configuration: docs/conf.py
7+
configuration: docs/conf.py
88

99
formats: [htmlzip]
1010

1111
python:
12-
version: 3.8
13-
install:
14-
- requirements: docs/.sphinx/requirements.txt
12+
install:
13+
- requirements: docs/.sphinx/requirements.txt
14+
15+
build:
16+
os: ubuntu-20.04
17+
tools:
18+
python: "3.8"

0 commit comments

Comments
 (0)