Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
32b780c
)
Fix: Pin urllib3 for RTD builds
42/71742/1
v0.86.5
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Wed, 10 May 2023 12:17:00 +0000
(
05:17
-0700)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Wed, 10 May 2023 12:17:00 +0000
(
05:17
-0700)
RTD needs urllib3 pinned in the requirements.txt for proper building of
the RTD site itself.
Issue: RELENG-4715
Change-Id: Id125e99c8dff5239e95567e7148c595e10096044
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
f9c3001
..
e422949
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-2,4
+2,5
@@
reno~=2.11.2
Sphinx~=4.2.0
sphinx_bootstrap_theme
sphinxcontrib-programoutput
+urllib3~=1.26.15
yq