Skip to content

Commit

Permalink
docs: fix python version in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jun 22, 2023
1 parent 9c0dbc7 commit c3c5718
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 @@ -7,8 +7,12 @@ version: 2
sphinx:
configuration: docs/conf.py

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

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

0 comments on commit c3c5718

Please sign in to comment.