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 a70306c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Expand Up @@ -409,6 +409,8 @@ 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 a70306c

Please sign in to comment.