Skip to content

Commit 21bd30f

Browse files
authored
[docs] skip link check for sourceforge
1 parent 5acc972 commit 21bd30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Documenter.DocMeta.setdocmeta!(
158158
# Ignore the very many GitHub links
159159
r"https://github.com/jump-dev/.+",
160160
"https://arxiv.org/abs/2002.03447",
161+
# https://github.com/JuliaDocs/Documenter.jl/issues/2834
162+
"https://lpsolve.sourceforge.net/5.5/CPLEX-format.htm",
161163
],
162164
modules = [MathOptInterface],
163165
checkdocs = :exports,

0 commit comments

Comments
 (0)