mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Merge pull request #761 from parente/disable-linkcheck
[ci skip] Disable linkcheck
This commit is contained in:
2
Makefile
2
Makefile
@@ -61,7 +61,7 @@ docs: ## build HTML documentation
|
|||||||
make -C docs html
|
make -C docs html
|
||||||
|
|
||||||
test/docs: ## check links in Sphinx documentation
|
test/docs: ## check links in Sphinx documentation
|
||||||
make -C docs linkcheck
|
make -C docs
|
||||||
|
|
||||||
test/%: ## run tests against a stack
|
test/%: ## run tests against a stack
|
||||||
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test
|
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test
|
||||||
|
Reference in New Issue
Block a user