Skip to content

Commit

Permalink
Update readthedocs configuration to use Python 3.10
Browse files Browse the repository at this point in the history
The Readthedocs configuration file has been updated to utilize Python 3.10 instead of Python 3.6. No changes were made to other sections of the config file.
  • Loading branch information
dvershinin committed Jan 1, 2024
1 parent 9c4b5b1 commit d5c433e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ mkdocs:
build:
os: ubuntu-20.04
tools:
python: "3.6"
python: "3.10"

python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
- docs

0 comments on commit d5c433e

Please sign in to comment.