Skip to content

Commit

Permalink
Python Version to Build.tools
Browse files Browse the repository at this point in the history
Moving the required python version from under the python label to build.tools
  • Loading branch information
kjkoeller authored Feb 9, 2024
1 parent e423e4a commit ee18146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
version: 2

# see this website for other commands https://docs.readthedocs.io/en/stable/config-file/v2.html
# Set the version of Python and other tools you might need
build:
os: "ubuntu-22.04" # can no longer use build.image but must be build.os
tools:
python: "3.8"

python:
version: 3.8
install:
- requirements: requirements.txt
- method: pip
Expand Down

0 comments on commit ee18146

Please sign in to comment.