Skip to content

Commit 8401426

Browse files
authored
Ignore archimede.uniba.it pages for linkcheck
1 parent da17172 commit 8401426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ makedocs(
105105
linkcheck_ignore = ["https://www.izhikevich.org/publications/spikes.htm",
106106
"https://biojulia.net/post/hardware/",
107107
"https://archimede.dm.uniba.it/~testset/report/pollu.pdf",
108+
r"https://archimede.uniba.it/~bvpsolvers/testsetbvpsolvers/\?page_id=\d+",
108109
"http://www.radford.edu/~thompson/vodef90web/problems/demosnodislin/Demos_Pitagora/DemoHires/demohires.pdf",
109110
"https://www.radford.edu/%7Ethompson/RP/nonnegative.pdf",
110111
"http://www.radford.edu/~thompson/vodef90web/problems/demosnodislin/Demos_Pitagora/DemoOrego/demoorego.pdf",
@@ -123,7 +124,7 @@ makedocs(
123124
"https://github.com/SciML/DiffEqDevTools.jl/blob/master/src/ode_tableaus.jl",
124125
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/BVProblemLibrary/src/BVProblemLibrary.jl",
125126
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl",
126-
"https://docs.sciml.ai/DiffEqDocs/stable/features/dae_initialization/"
127+
"https://docs.sciml.ai/DiffEqDocs/stable/features/dae_initialization/",
127128
],
128129
doctest = false, clean = true,
129130
warnonly = [:missing_docs, :docs_block],

0 commit comments

Comments
 (0)