From a7e311dbf289f90f6d879b6e11b5bd6becb7992e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 4 Mar 2015 21:00:28 +0100 Subject: [PATCH] Remove linkcheck from travis --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8628d8a..d579583 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ 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 @@ -21,3 +20,6 @@ install-docs: docs: cd docs make html + +linkcheck: + sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/