Skip to content

Commit

Permalink
Update regex match
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Jun 6, 2024
1 parent b2ed37b commit c048e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ makedocs(
checkdocs = :none,
pagesonly = true,
linkcheck = true,
linkcheck_ignore = [r"agupubs.onlinelibrary.wiley.com", # This gives a 403 Forbidden
r"Decapodes.jl/dev"], # 404, probably due to bad self-rerference
linkcheck_ignore = [r"agupubs\.onlinelibrary\.wiley\.com", # This gives a 403 Forbidden
r"Decapodes\.jl/dev"], # 404, probably due to bad self-rerference
pages = Any[
"Decapodes.jl" => "index.md",
"Overview" => "overview/overview.md",
Expand Down

0 comments on commit c048e1f

Please sign in to comment.