Skip to content

Commit

Permalink
Use Ubuntu 22.04/Python 3.11 for Read The Docs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem authored Jan 21, 2023
1 parent 0b9dbb2 commit bc0e01c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ sphinx:
formats:
- pdf

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

python:
version: "3.11"
install:
- requirements: docs/requirements.txt
- {path: ., method: pip}

0 comments on commit bc0e01c

Please sign in to comment.