mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
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:
parent
441786e8e1
commit
b52a45a6b8
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue