summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Pollard <tom.pollard@codethink.co.uk>2019-03-29 09:39:53 +0000
committerTom Pollard <tom.pollard@codethink.co.uk>2019-03-29 09:39:53 +0000
commitdaefea6077494d48814643176d772df7fb1411bf (patch)
tree802f98d6b6540577127b829408c589ff38985b0e
parent89ea45963774e8b88491d67c89d331816409f768 (diff)
downloadbuildstream-daefea6077494d48814643176d772df7fb1411bf.tar.gz
tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5
In sphinx 2.0.0 sphinx.apidoc has moved to sphinx.ext.apidoc, which causes a build import error. Pin the version to 1.8.5 to allow docs to be built until issues can be fixed.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 29ea10ffb..d708694b0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -92,7 +92,7 @@ commands =
make -C doc
# sphinx_rtd_theme < 0.4.2 breaks search functionality for Sphinx >= 1.8
deps =
- sphinx
+ sphinx == 1.8.5
sphinx-click
sphinx_rtd_theme >= 0.4.2
pytest