Add check-link to Makefile #1318

Merged
merged 2 commits into from Aug 31, 2016

Conversation

Projects
None yet
2 participants
Contributor

bac commented Aug 30, 2016

No description provided.

Contributor

bac commented Aug 30, 2016

This change adds two targets which use linkchecker to look for broken links on the devel branch of docs on production and on the locally built files.

make sysdeps
make build
make check-links-build
make check-links-production
Contributor

bac commented Aug 30, 2016

x

sudo pip3 install mdx-anchors-away mdx-callouts mdx-foldouts
+ sudo pip install linkchecker
@bac

bac Aug 30, 2016

Contributor

linkchecker is not available for python3

Member

evilnick commented Aug 31, 2016

Thanks. We are actually putting a link-checker into the parser code which will emit warning etc (and maybe one day we will CI it), but this is useful for now. Thanks!

@evilnick evilnick merged commit 25f686b into juju:master Aug 31, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment