summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-05-04 08:06:46 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-05-04 08:06:46 +0000
commit230c749e085374e8ab252c234f623dc346863926 (patch)
tree2c953009d81d33202cdb923d5ba4a1cf62b2e81d
parentcf32c4df128fc147c08a27db42ceafd306e12174 (diff)
parent0a1b6ab7cb2f26502384761fe60e080051f14235 (diff)
downloadbuildstream-230c749e085374e8ab252c234f623dc346863926.tar.gz
Merge branch 'jjardon/sphinx_2' into 'master'
tox.ini: do not hardcode sphinx version See merge request BuildStream/buildstream!1306
-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