Skip to content

Commit

Permalink
MAINT: ignore linkcheck problem onlinelibrary.wiley.com
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 7, 2023
1 parent c6241fc commit f27b948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ def get_version(package_name: str) -> str:

# Settings for linkcheck
linkcheck_anchors = False
linkcheck_ignore = [
"https://doi.org/10.1002/andp.19955070504", # 403 for onlinelibrary.wiley.com
]

# Settings for myst_nb
nb_execution_show_tb = True
Expand Down

0 comments on commit f27b948

Please sign in to comment.