Skip to content

Commit

Permalink
Different approach for Python 3.11 on ReadTheDocs
Browse files Browse the repository at this point in the history
Refs #540
  • Loading branch information
simonw committed May 7, 2023
1 parent 963518b commit 80763ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ version: 2
sphinx:
configuration: docs/conf.py

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

python:
version: "3.11"
install:
- method: pip
path: .
Expand Down

0 comments on commit 80763ed

Please sign in to comment.