Skip to content

Commit

Permalink
Merge pull request #482 from minrk/rtd
Browse files Browse the repository at this point in the history
Use python 3.11 on RTD
  • Loading branch information
minrk committed May 11, 2023
2 parents 39dbb73 + 6fd60a2 commit a9241e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

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

sphinx:
configuration: docs/source/conf.py

formats: all

python:
version: 3.7
install:
- method: pip
path: .
Expand Down

0 comments on commit a9241e8

Please sign in to comment.