diff options
author | Tom Pollard <tom.pollard@codethink.co.uk> | 2019-03-29 09:39:53 +0000 |
---|---|---|
committer | Tom Pollard <tom.pollard@codethink.co.uk> | 2019-03-29 09:39:53 +0000 |
commit | daefea6077494d48814643176d772df7fb1411bf (patch) | |
tree | 802f98d6b6540577127b829408c589ff38985b0e /tox.ini | |
parent | 89ea45963774e8b88491d67c89d331816409f768 (diff) | |
download | buildstream-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.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |