Merge pull request #2 from andsens/master

Sphinx 1.5 fails with AttributeError, use != 1.5 instead
This commit is contained in:
n3ph 2016-12-17 13:18:27 +01:00 committed by GitHub
commit e129b33546

View file

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