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 committed May 4, 2023
1 parent dfb60f6 commit 2dd3e33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ version: 2
#formats: all
formats: []

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.7
install:
- requirements: docs/requirements.txt

# Configuration for Sphinx documentation (this is the default documentation
# type)
sphinx:
builder: html
configuration: docs/conf.py
configuration: docs/conf.py

0 comments on commit 2dd3e33

Please sign in to comment.