Skip to content

Commit f280824

Browse files
stancldBorda
authored andcommitted
Ingore beta divergence link for make-docs check (#1584)
docs: Ignore sciencedirect link check (cherry picked from commit 128166d)
1 parent 9d89a90 commit f280824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ def _get_version_str():
405405
"""
406406
coverage_skip_undoc_in_source = True
407407

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

0 commit comments

Comments
 (0)