We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93948e1 commit 4f730b6Copy full SHA for 4f730b6
docs/make.jl
@@ -47,7 +47,8 @@ makedocs(;
47
linkcheck_ignore = [
48
"https://twitter.com/ChrisRackauckas/status/1544743542094020615",
49
"https://link.springer.com/article/10.1007/s40096-020-00339-4",
50
- "https://dl.acm.org/doi/10.1145/210089.210111"
+ "https://dl.acm.org/doi/10.1145/210089.210111",
51
+ "https://www.sciencedirect.com/science/article/abs/pii/S0045782523007156",
52
],
53
checkdocs = :exports,
54
warnonly = [:missing_docs],
0 commit comments