jenkins-bot merged this change.
[test] docs/requirements-py3.txt: Do not install sphinx >=1.8.0
Bug: T204189
Change-Id: I870cce4fcce157629b2238d178bcbde6ed5820b5
---
M docs/requirements-py3.txt
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/requirements-py3.txt b/docs/requirements-py3.txt
index 55c181b..194ce1b 100644
--- a/docs/requirements-py3.txt
+++ b/docs/requirements-py3.txt
@@ -2,6 +2,6 @@
# using sphinx on python3.4.
# requirements.txt and pywikibot[security] are also needed
-sphinx!=1.8.0
+sphinx<1.8.0
sphinx-epytext>=0.0.4
unidiff
To view, visit change 462124. To unsubscribe, or for help writing mail filters, visit settings.