Skip to content

Commit

Permalink
upgrade python to 3.10 for documentation builds to fix failured intro…
Browse files Browse the repository at this point in the history
…duced by urllib3 (see urllib3/urllib3#2168)
  • Loading branch information
georgemccabe committed May 3, 2023
1 parent 2ed3e7a commit e1a0085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ version: 2
#formats: all
formats: [pdf]

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

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

0 comments on commit e1a0085

Please sign in to comment.