Skip to content

Commit

Permalink
fix [.readthedocs.yml] - increase python version
Browse files Browse the repository at this point in the history
Fixes urllib3 v2.0 not supporting versions <1.1.1 of openSSL. See readthedocs/readthedocs.org#10290.
  • Loading branch information
sduquemesa committed May 9, 2023
1 parent ade27f1 commit db0e8d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ version: 2
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- htmlzip

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

Expand Down

0 comments on commit db0e8d7

Please sign in to comment.