summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2019-04-22 12:40:20 -0700
committerJavier Jardón <jjardon@gnome.org>2019-05-04 07:19:44 +0000
commit0a1b6ab7cb2f26502384761fe60e080051f14235 (patch)
tree2c953009d81d33202cdb923d5ba4a1cf62b2e81d
parentcf32c4df128fc147c08a27db42ceafd306e12174 (diff)
downloadbuildstream-jjardon/sphinx_2.tar.gz
tox.ini: do not hardcode sphinx versionjjardon/sphinx_2
This is not needed anymore since 431e578bf1b80074bd0f0ca8559e998dad59d4c0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 12547f262..fbcdc77b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -93,7 +93,7 @@ commands =
make -C doc
# sphinx_rtd_theme < 0.4.2 breaks search functionality for Sphinx >= 1.8
deps =
- sphinx == 1.8.5
+ sphinx >= 1.8.5
sphinx-click
sphinx_rtd_theme >= 0.4.2
pytest