Skip to content

Commit

Permalink
Remove incorrect python.version field in .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 21, 2023
1 parent 1043301 commit 4fc3bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.8"

# Build documentation with MkDocs
#mkdocs:
Expand All @@ -38,6 +38,5 @@ formats:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 4fc3bd4

Please sign in to comment.