Commit 528e8ed7 authored by Chandan Singh's avatar Chandan Singh
Browse files

Merge branch 'chandan/unpin-sphinx' into 'master'

tox.ini: Unpin sphinx dependency

See merge request !1093
parents 56e857f4 3895571a
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -65,11 +65,11 @@ deps =
[testenv:docs]
commands =
    make -C doc
# Currently sphinx_rtd_theme does not support Sphinx >1.8, this breaks search functionality
# sphinx_rtd_theme < 0.4.2 breaks search functionality for Sphinx >= 1.8
deps =
    sphinx==1.7.9
    sphinx
    sphinx-click
    sphinx_rtd_theme
    sphinx_rtd_theme >= 0.4.2
    -rrequirements/requirements.txt
    -rrequirements/plugin-requirements.txt
passenv =