Skip to content

Commit

Permalink
add link checker (flyteorg#222)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored May 19, 2021
1 parent 30b024c commit e9c09e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbook/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ rsts:
html:
sphinx-build -n -b html . _build && sphinx-build -n -b doctest . _build

.PHONY: linkcheck
linkcheck:
sphinx-build -n -b linkcheck . _build

.PHONY: clean
clean:
rm -rf _build
Expand Down

0 comments on commit e9c09e8

Please sign in to comment.