Skip to content

Commit

Permalink
docs: Build on Ubuntu 22.04 and use Python 3.11
Browse files Browse the repository at this point in the history
There's an import error affecting urllib3 2.0 on the current
environment:

  urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module
  is compiled with OpenSSL 1.0.2n  7 Dec 2017.  See:
  urllib3/urllib3#2168

This change applies the solution recommented at readthedocs/readthedocs.org#10290 (comment)
  • Loading branch information
bjorn committed May 8, 2023
1 parent 3ea9271 commit d7808a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
version: 2

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

sphinx:
builder: dirhtml
configuration: docs/conf.py
Expand Down

0 comments on commit d7808a6

Please sign in to comment.