mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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; \
|
||||
fi
|
||||
|
||||
install-style:
|
||||
pip install flake8 flake8-import-order flake8-bugbear sphinx
|
||||
install-style: install-docs
|
||||
pip install flake8 flake8-import-order flake8-bugbear
|
||||
|
||||
style:
|
||||
flake8
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
sphinx
|
||||
sphinx != 1.4.7
|
||||
sphinx_rtd_theme
|
||||
|
|
|
|||
Loading…
Reference in a new issue