Skip to content

Commit 7f3b847

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

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
44
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
55

66
[compat]
7-
Documenter = "1.7 - 1.15"
7+
Documenter = "1.7"
88
MPIPreferences = "0.1"
99
MPI = "0.20"

docs/make.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ 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],
8086
],
8187
# Run linkcheck tests only on CI, to speed up building of documentation locally. If one
8288
# wants to run the linkchecks locally they can set the environment variable `CI=true`.

0 commit comments

Comments
 (0)