File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -154,12 +154,8 @@ Documenter.DocMeta.setdocmeta!(
154154 linkcheck_ignore = [
155155 # Ignore the PDF link, because it hasn't been built yet.
156156 " MathOptInterface.pdf" ,
157- # Ignore tags, because prepping for a new release will otherwise cause
158- # it to fail.
159- r" https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v([0-9]).([0-9]+).([0-9]+)" ,
160- # Ignore issue and pull request links, because there are many of them,
161- # and they sometimes time-out the linkcheck.
162- r" https://github.com/jump-dev/MathOptInterface.jl/issues/([0-9]+)" ,
157+ # Ignore the very many GitHub links
158+ r" https://github.com/jump-dev/.+" ,
163159 " https://arxiv.org/abs/2002.03447" ,
164160 ],
165161 modules = [MathOptInterface],
You can’t perform that action at this time.
0 commit comments