summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChandan Singh <git@chandansingh.net>2019-01-21 16:41:51 +0000
committerChandan Singh <chandan@chandansingh.net>2019-01-23 00:45:47 +0000
commit3895571a861eef8543b504f8c34c6e595f57c742 (patch)
tree23d72e9a4e75987ee2d274c4d9cd1dd02476de01 /tox.ini
parent56e857f41d96e20280f90c1dc994327251711bcd (diff)
downloadbuildstream-3895571a861eef8543b504f8c34c6e595f57c742.tar.gz
tox.ini: Unpin sphinx dependency
https://github.com/rtfd/sphinx_rtd_theme/pull/672 has been fixed upstream, and the newer versions of `sphinx_rtd_theme` do not break search functionality with Sphinx >= 1.8.
Diffstat (limited to 'tox.ini')
-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 =