We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b91cd4 + f179117 commit 770cb70Copy full SHA for 770cb70
1 file changed
doc/requirements.txt
@@ -3,5 +3,6 @@
3
# process, which may cause wedges in the gate later.
4
openstackdocstheme>=1.23.2 # Apache-2.0
5
reno>=2.5.0 # Apache-2.0
6
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD
7
+sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD
8
sphinxcontrib-apidoc>=0.2.0 # BSD
0 commit comments