Skip to content

Commit

Permalink
Change python version for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBelcour committed Jan 11, 2024
1 parent a161b02 commit 4e04f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
version: 3.10
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
Expand Down

0 comments on commit 4e04f3c

Please sign in to comment.