Skip to content

Commit

Permalink
update python version for RTD docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 18, 2023
1 parent 7f531a4 commit deb9e2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.10"
sphinx:
configuration: docs/source/conf.py
#formats: all
formats:
- htmlzip
python:
version: "3.8"
install:
- requirements: requirements-sys.txt
- requirements: requirements-doc.txt

0 comments on commit deb9e2f

Please sign in to comment.