Skip to content

Commit

Permalink
use "build.tools"
Browse files Browse the repository at this point in the history
and remove deprecated "python.version":
https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version

Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Oct 17, 2023
1 parent 911657a commit c118f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ version: 2
formats: []
build:
os: ubuntu-22.04
tools:
python: "3.7"
python:
version: 3.7
install:
- method: pip
path: .
Expand Down

0 comments on commit c118f94

Please sign in to comment.