Skip to content

Commit e3b4c33

Browse files
committed
maintain: give explicit sphinx conf to readthedocs
1 parent f568716 commit e3b4c33

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
version: 2
22

33
build:
4-
os: 'ubuntu-lts-latest'
5-
tools:
6-
python: '3.11'
4+
os: 'ubuntu-lts-latest'
5+
tools:
6+
python: '3.13'
77

88
sphinx:
9-
fail_on_warning: true
9+
configuration: docs/conf.py
10+
fail_on_warning: true
1011

1112
python:
12-
install:
13-
- requirements: docs/requirements.txt
13+
install:
14+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)