Skip to content

Commit ace685b

Browse files
authored
Merge pull request #2085 from praw-dev/fix-sphinx-docs
Fix sphinx
2 parents 2369957 + 22a2dca commit ace685b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
2-
os: ubuntu-22.04
2+
os: ubuntu-lts-latest
33
tools:
4-
python: "3.9"
4+
python: "3.13"
55
formats:
66
- htmlzip
77
python:
@@ -10,4 +10,6 @@ python:
1010
extra_requirements:
1111
- readthedocs
1212
path: .
13+
sphinx:
14+
configuration: docs/conf.py
1315
version: 2

0 commit comments

Comments
 (0)