File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9393deploydocs (
You can’t perform that action at this time.
0 commit comments