Merge pull request #761 from parente/disable-linkcheck

[ci skip] Disable linkcheck
This commit is contained in:
Peter Parente
2018-11-12 19:00:43 -05:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ docs: ## build HTML documentation
make -C docs html
test/docs: ## check links in Sphinx documentation
make -C docs linkcheck
make -C docs
test/%: ## run tests against a stack
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test