astropy / package-template

Template for packages that use Astropy. Maintainer: @astrofrog
http://docs.astropy.org/projects/package-template/en/latest/
Other
60 stars 62 forks source link

add linkcheck #482

Closed nstarman closed 3 years ago

nstarman commented 4 years ago

In .tox there's a link check option. I've enabled this in the allow_failures section of .travis.yml. Looking in the closed issues and PRs, I don't see anything mentioning the link check, so if this wasn't enable for a reason, I'll close this PR.

edit: I see some discussion of this in #449

Signed-off-by: Nathaniel Starkman nstarkman@protonmail.com

pllim commented 4 years ago

There is a cron example at https://github.com/astropy/astropy/blob/4bc50147063950cb43422243dcd8ac647f3abc12/.travis.yml#L71-L72 (search for "cron" on that file).

Also look at https://github.com/astropy/astropy/blob/4bc50147063950cb43422243dcd8ac647f3abc12/docs/conf.py#L255 .

Maybe also https://docs.travis-ci.com/user/cron-jobs/ .

Thanks! 😄

nstarman commented 3 years ago

@pllim @bsipocz , squashed. Thanks for working with me on this.