summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Pollard <tom.pollard@codethink.co.uk>2019-03-29 09:39:53 +0000
committerJavier Jardón <jjardon@gnome.org>2019-04-03 06:42:24 -0700
commit36c3a0631e4acbff3dcdb06fc8c55a03bf38da48 (patch)
tree0d7cb5506ee721067f9effa8205ac40fea49f224
parent5e638aa386238c5f5562e8b0562127d28f722252 (diff)
downloadbuildstream-36c3a0631e4acbff3dcdb06fc8c55a03bf38da48.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 3c401ba4f..42b85a108 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,7 +63,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
-rrequirements/requirements.txt