Skip to content

Commit

Permalink
Fix: RTD urllib3
Browse files Browse the repository at this point in the history
Use a newer Ubuntu that ships a recent OpenSSL when building Sphinx with readthedocs (RTD). This migrates a broken dependency for urllib3 in version 3+.

Same as ECP-WarpX/WarpX#3896
  • Loading branch information
ax3l authored May 10, 2023
1 parent 68f08f5 commit cb74fca
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@
#
# License: BSD-3-Clause-LBNL

requirements_file: Docs/requirements.txt
version: 2

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

sphinx:
configuration: Docs/source/conf.py

python:
install:
- requirements: Docs/requirements.txt

formats:
- htmlzip
Expand Down

0 comments on commit cb74fca

Please sign in to comment.