Skip to content

Commit 724af9f

Browse files
committed
CI: Disable unavoidable Documenter errors
1 parent 7f3b847 commit 724af9f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/make.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ makedocs(
7777
"reference/api.md",
7878
],
7979
"refindex.md",
80-
# - Our cross references contain paths that begin with `..`.
81-
# Documenter does not like this. We know this, and we
82-
# disable this check until we fixed this.
83-
# - The link checks do not work on CI because the web sites to
84-
# which we point forbid access to our CI systems (403).
85-
warnonly = [:cross_references, :linkcheck],
8680
],
8781
# Run linkcheck tests only on CI, to speed up building of documentation locally. If one
8882
# wants to run the linkchecks locally they can set the environment variable `CI=true`.
8983
linkcheck = get(ENV, "CI", "false") == "true",
9084
linkcheck_useragent = nothing,
85+
# - Our cross references contain paths that begin with `..`.
86+
# Documenter does not like this. We know this, and we disable
87+
# this check until we fixed this.
88+
# - The link checks do not work on CI because the web sites to
89+
# which we point forbid access to our CI systems (403).
90+
warnonly = [:cross_references, :linkcheck],
9191
)
9292

9393
deploydocs(

0 commit comments

Comments
 (0)