File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
44MPIPreferences = " 3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
55
66[compat ]
7- Documenter = " 1.7 - 1.15 "
7+ Documenter = " 1.7"
88MPIPreferences = " 0.1"
99MPI = " 0.20"
Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments