Skip to content

Commit

Permalink
DOC: bump RTD python version
Browse files Browse the repository at this point in the history
Currently running into this bug: readthedocs/sphinx_rtd_theme#1115

Hoping bumping the python version alone is sufficient, rather than
specifying build dep versions.

fix #273
  • Loading branch information
aqw committed Jan 24, 2023
1 parent 193a39e commit 91d855e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
jobs:
post_install:
- pip install ".[docs]"
Expand Down

0 comments on commit 91d855e

Please sign in to comment.