Skip to content

Commit

Permalink
docs: Ignore sciencedirect link check
Browse files Browse the repository at this point in the history
  • Loading branch information
stancld committed Mar 3, 2023
1 parent bc722a7 commit f81a38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Expand Up @@ -409,6 +409,7 @@ def _get_version_str():
"""
coverage_skip_undoc_in_source = True

# jstor and sciencedirect cannot be accessed from python, but links work fine in a local doc
linkcheck_ignore = [
"https://www.jstor.org/stable/2332303" # jstor cannot be accessed from python, but link work fine in a local doc
"https://www.jstor.org/stable/2332303" "https://www.sciencedirect.com/science/article/pii/S0047259X08000456"
]

0 comments on commit f81a38c

Please sign in to comment.