Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
Modifying the structure of the Python version and updating to Python 3.10 to resolve the Import and Extension errors related to urllib3 in ReadTheDocs builds
  • Loading branch information
jprestop authored May 4, 2023
1 parent 417eb57 commit 0cb0a63
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

Expand Down

0 comments on commit 0cb0a63

Please sign in to comment.