Add strict checkers for docs

This commit is contained in:
Markus Unterwaditzer 2015-03-04 19:38:06 +01:00
parent 6e66b9d487
commit 39a4bd3c73

View file

@ -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