Commit 96410898 authored by Peter Parente's avatar Peter Parente

Add sphinx linkcheck to travis build

parent 0ad2745a
......@@ -7,5 +7,5 @@ services:
install:
- make dev-env
script:
- make docs
- make test/docs docs
- make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"
......@@ -60,6 +60,9 @@ dev-env: ## install libraries required to build docs and run tests
docs: ## build HTML documentation
make -C docs html
test/docs: ## check links in Sphinx documentation
make -C docs linkcheck
test/%: ## run tests against a stack
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment