Skip to content

Commit 5de9d84

Browse files
committed
[docs] Add .readthedocs.yaml config.
This fixes an issue that prevents the documentation from being built. See https://blog.readthedocs.com/migrate-configuration-v2/ Signed-off-by: Michael Seifert <[email protected]>
1 parent 6cc90f2 commit 5de9d84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Read the Docs configuration file for Sphinx projects
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
version: 2
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: '3.12'
10+
11+
sphinx:
12+
configuration: docs/source/conf.py
13+
fail_on_warning: true
14+
15+
python:
16+
install:
17+
- requirements: dependencies/default/constraints.txt
18+
- requirements: dependencies/docs/constraints.txt

0 commit comments

Comments
 (0)