File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments