We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57680f0 commit fe9aa14Copy full SHA for fe9aa14
docs/make.jl
@@ -8,7 +8,7 @@ makedocs(modules = [DynamicHMC],
8
checkdocs = :exports,
9
strict = true,
10
linkcheck = true,
11
- linkcheck_ignore = [r"^.*xcelab\.net.*$"],
+ linkcheck_ignore = [r"^.*xcelab\.net.*$", r"^.*stat\.columbia\.edu.*$"],
12
pages = ["Introduction" => "index.md",
13
"A worked example" => "worked_example.md",
14
"Documentation" => "interface.md"])
0 commit comments