Skip to content

Commit

Permalink
Merge pull request #159 from maxmind/greg/eng-1035-python-docs-build-…
Browse files Browse the repository at this point in the history
…again

Specify Sphinx configuration for Read the Docs
  • Loading branch information
horgh authored Jan 14, 2025
2 parents 9085087 + 807f465 commit e249584
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.11"
python: "3.13"

sphinx:
configuration: docs/conf.py

python:
install:
- path: .
- method: pip
path: .

0 comments on commit e249584

Please sign in to comment.