diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2019-03-29 10:37:49 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-03-29 10:37:49 +0000 |
commit | d20165a62536e526deb0fc32819e1d3776e75590 (patch) | |
tree | 802f98d6b6540577127b829408c589ff38985b0e | |
parent | 89ea45963774e8b88491d67c89d331816409f768 (diff) | |
parent | daefea6077494d48814643176d772df7fb1411bf (diff) | |
download | buildstream-d20165a62536e526deb0fc32819e1d3776e75590.tar.gz |
Merge branch 'tpollard/pin-sphinx' into 'master'
tox.ini: pin [testenv:docs] sphinx dependency to 1.8.5
See merge request BuildStream/buildstream!1267
-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 |