mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Blacklist Sphinx 1.4.7
See https://github.com/sphinx-doc/sphinx/issues/2996
This commit is contained in:
parent
a12df8f5d2
commit
f7c2aa5f81
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -39,8 +39,8 @@ test:
|
||||||
py.test; \
|
py.test; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install-style:
|
install-style: install-docs
|
||||||
pip install flake8 flake8-import-order flake8-bugbear sphinx
|
pip install flake8 flake8-import-order flake8-bugbear
|
||||||
|
|
||||||
style:
|
style:
|
||||||
flake8
|
flake8
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
sphinx
|
sphinx != 1.4.7
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue