summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2019-01-23 01:31:49 +0000
committerChandan Singh <chandan@chandansingh.net>2019-01-23 01:31:49 +0000
commit528e8ed738567db883fcfe38f2924af29d0d033d (patch)
tree23d72e9a4e75987ee2d274c4d9cd1dd02476de01
parent56e857f41d96e20280f90c1dc994327251711bcd (diff)
parent3895571a861eef8543b504f8c34c6e595f57c742 (diff)
downloadbuildstream-528e8ed738567db883fcfe38f2924af29d0d033d.tar.gz
Merge branch 'chandan/unpin-sphinx' into 'master'
tox.ini: Unpin sphinx dependency See merge request BuildStream/buildstream!1093
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index abc13d03a..0925fa5cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -65,11 +65,11 @@ deps =
[testenv:docs]
commands =
make -C doc
-# Currently sphinx_rtd_theme does not support Sphinx >1.8, this breaks search functionality
+# sphinx_rtd_theme < 0.4.2 breaks search functionality for Sphinx >= 1.8
deps =
- sphinx==1.7.9
+ sphinx
sphinx-click
- sphinx_rtd_theme
+ sphinx_rtd_theme >= 0.4.2
-rrequirements/requirements.txt
-rrequirements/plugin-requirements.txt
passenv =