Skip to content

Commit

Permalink
Ingore beta divergence link for make-docs check (#1584)
Browse files Browse the repository at this point in the history
docs: Ignore sciencedirect link check
(cherry picked from commit 128166d)
  • Loading branch information
stancld authored and Borda committed Mar 10, 2023
1 parent 9d89a90 commit f280824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Expand Up @@ -405,6 +405,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 f280824

Please sign in to comment.