Skip to content

Commit

Permalink
Removed python.version and added back tools.python
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhuca committed Dec 21, 2023
1 parent dcede52 commit 3d20590
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
Expand Up @@ -16,7 +16,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- method: setuptools
path: .
Expand All @@ -25,4 +24,6 @@ conda:
environment: environment.yml

build:
os: "ubuntu-22.04"
os: "ubuntu-22.04"
tools:
python: "3.7"

0 comments on commit 3d20590

Please sign in to comment.