Skip to content

Commit

Permalink
Enable linkcheck when building docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Aug 8, 2018
1 parent 95e448f commit 474c7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cov: tests
@echo open htmlcov/index.html

docs:
pipenv run make -C docs html
pipenv run make -C docs linkcheck html
@echo open docs/_build/html/index.html

release:
Expand Down

0 comments on commit 474c7f3

Please sign in to comment.