Skip to content

Commit

Permalink
Update python version for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Mar 9, 2022
1 parent 262df29 commit b6d9ac6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs

build:
os: ubuntu-20.04
tools:
python: "3.9"

python:
version: 3.9
install:
- requirements: requirements.txt
- method: setuptools
Expand Down

0 comments on commit b6d9ac6

Please sign in to comment.