Skip to content

Commit e249584

Browse files
authored
Merge pull request #159 from maxmind/greg/eng-1035-python-docs-build-again
Specify Sphinx configuration for Read the Docs
2 parents 9085087 + 807f465 commit e249584

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.readthedocs.yaml

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

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.11"
6+
python: "3.13"
7+
8+
sphinx:
9+
configuration: docs/conf.py
710

811
python:
912
install:
10-
- path: .
13+
- method: pip
14+
path: .

0 commit comments

Comments
 (0)