Skip to content

Commit

Permalink
docs: downgrade urllib3
Browse files Browse the repository at this point in the history
Downgrade urllib3 to <2.0.0, as v2 requires OpenSSL 1.1.1+. This is not compatible with the version of OpenSSL available in the build environment of ReadTheDocs (v1.0.2n).
  • Loading branch information
giuseppe-steduto committed May 9, 2023
1 parent c1bf0e5 commit ddb62ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@

Sphinx>=1.7.5
sphinx-rtd-theme>=0.4.0
urllib3<2.0.0

0 comments on commit ddb62ed

Please sign in to comment.