From 35050d093185f06ac52235080d4f217241978480 Mon Sep 17 00:00:00 2001 From: Giuseppe Steduto Date: Tue, 9 May 2023 10:21:27 +0200 Subject: [PATCH] docs: downgrade urllib3 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). --- docs/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 04bdf2fb..02652c62 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,3 +6,4 @@ Sphinx>=1.7.5 sphinx-rtd-theme>=0.4.0 +urllib3<2.0.0