Skip to content

Commit fe9aa14

Browse files
committed
ignore linkcheck on stat.columbia.edu
1 parent 57680f0 commit fe9aa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(modules = [DynamicHMC],
88
checkdocs = :exports,
99
strict = true,
1010
linkcheck = true,
11-
linkcheck_ignore = [r"^.*xcelab\.net.*$"],
11+
linkcheck_ignore = [r"^.*xcelab\.net.*$", r"^.*stat\.columbia\.edu.*$"],
1212
pages = ["Introduction" => "index.md",
1313
"A worked example" => "worked_example.md",
1414
"Documentation" => "interface.md"])

0 commit comments

Comments
 (0)