Skip to content

Commit

Permalink
Set python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Giguere committed Oct 23, 2023
1 parent 8b019a4 commit b781378
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ version: 2
# python: "3.10"

# conda:
# environment: doc/rtd-environment.yml
# environment: doc/rtd-environment.yml

sphinx:
configuration: doc/source/conf.py
fail_on_warning: true

python:
version: 3.10
version: 3.8
install:
- requirements: doc/requirements.txt
- method: pip
path: .
- requirements: doc/requirements.txt

0 comments on commit b781378

Please sign in to comment.