mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add strict checkers for docs
This commit is contained in:
parent
6e66b9d487
commit
39a4bd3c73
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -5,11 +5,13 @@ test:
|
|||
sh build.sh tests
|
||||
|
||||
install-style:
|
||||
pip install flake8 flake8-import-order
|
||||
pip install flake8 flake8-import-order sphinx
|
||||
|
||||
style:
|
||||
flake8
|
||||
! grep -ri syncroniz */*
|
||||
sphinx-build -W -b html ./docs/ ./docs/_build/html/
|
||||
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
|
||||
|
||||
install-docs:
|
||||
pip install sphinx sphinx_rtd_theme
|
||||
|
|
|
|||
Loading…
Reference in a new issue