Skip to content

Commit

Permalink
Docs: Update Python version on RTD to 3.11 (aiidaplugins#75)
Browse files Browse the repository at this point in the history
A recent release of `urllib3` was breaking the build, see:
urllib3/urllib3#2168
The problem does not apply to more recent versions of Python.
  • Loading branch information
sphuber authored May 8, 2023
1 parent 2c1cfb9 commit cfac086
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: '3.11'

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- method: pip
path: .
extra_requirements:
- docs

sphinx:
builder: html
Expand Down

0 comments on commit cfac086

Please sign in to comment.