From 39a4bd3c732e1937f8a223688a24c74ae7307fe6 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 4 Mar 2015 19:38:06 +0100 Subject: [PATCH] Add strict checkers for docs --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 425e942..3b78a70 100644 --- a/Makefile +++ b/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