mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Merge pull request #2 from andsens/master
Sphinx 1.5 fails with AttributeError, use != 1.5 instead
This commit is contained in:
commit
e129b33546
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]
|
||||
changedir = docs
|
||||
deps =
|
||||
sphinx
|
||||
sphinx != 1.5
|
||||
sphinx_rtd_theme
|
||||
commands = sphinx-build -W -b html -d _build/html/doctrees . _build/html
|
||||
|
|
Loading…
Add table
Reference in a new issue