Skip to content

Commit

Permalink
Be more specific with python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 5, 2023
1 parent 4bc663c commit 3d1214a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@ sphinx:
builder: html
configuration: docs/conf.py

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Set the version of Python and requirements required to build your
# docs
python:
version: "3.8"
install:
- method: pip
path: .
Expand Down

0 comments on commit 3d1214a

Please sign in to comment.