Skip to content

Commit

Permalink
Fix readthedocs build by updating python version
Browse files Browse the repository at this point in the history
Due to the release of a new version of urllib, the Python version that
was used to build the docs needed to be updated.

Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed May 12, 2023
1 parent e457622 commit 086b168
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: html
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally set the version of Python and requirements required to build your
# docs
python:
# version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 086b168

Please sign in to comment.