Skip to content

Commit d7b985f

Browse files
committed
Fix readthedocs build
1 parent 54d6437 commit d7b985f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ formats:
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3"
11+
python: "3.13"
1212

1313
python:
1414
install:
1515
- requirements: ci/rtd-requirements.txt
1616
- method: pip
1717
path: .
18+
19+
sphinx:
20+
configuration: docs/source/conf.py

ci/rtd-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# RTD is currently installing 1.5.3, which has a bug in :lineno-match:
2-
sphinx >= 4.0, < 6.2
2+
sphinx >= 6.0
33
sphinx_rtd_theme
44
sphinxcontrib-trio

0 commit comments

Comments
 (0)