Sphinx 1.5 fails with AttributeError, use != 1.5 instead

This is a workaround for #356
Let's assume they fix this in > 1.5
The exact error is
    AttributeError: 'Toctree' object has no attribute 'titles'

I should probably report this...
This commit is contained in:
Anders Ingemann 2016-12-12 22:34:00 +01:00
parent 441786e8e1
commit b52a45a6b8
No known key found for this signature in database
GPG key ID: 49C87973A14931A9

View file

@ -35,6 +35,6 @@ commands = nosetests --with-html --html-file=system.html --verbose {posargs:test
[testenv:docs]
changedir = docs
deps =
sphinx
sphinx != 1.5
sphinx_rtd_theme
commands = sphinx-build -W -b html -d _build/html/doctrees . _build/html