Skip to content

Commit f78f194

Browse files
Add readthedocs configuration (PyCQA#657)
* Configuration file is mandatory after readthedocs 10.8.0. Signed-off-by: Alfred Wingate <[email protected]>
1 parent 6d5455e commit f78f194

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: requirements/docs.txt

0 commit comments

Comments
 (0)