Skip to content

Commit

Permalink
Fix the build on RTD (#4322)
Browse files Browse the repository at this point in the history
* Pin urllib3 to v1

* Upgrade docs to Python 3.11

* Unpin urllib3 in docs requirements
  • Loading branch information
browniebroke committed May 8, 2023
1 parent c3bff99 commit 244fa4e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

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

0 comments on commit 244fa4e

Please sign in to comment.