Skip to content

Commit 55902cf

Browse files
committed
Update
1 parent bd76efa commit 55902cf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/make.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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],

0 commit comments

Comments
 (0)