Skip to content

Commit

Permalink
ReadTheDocs urllib3 error fix (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed May 10, 2023
1 parent 0b82219 commit 878b4d1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
# 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: src/conf.py

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

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

0 comments on commit 878b4d1

Please sign in to comment.