We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make-docs
1 parent 9d89a90 commit f280824Copy full SHA for f280824
docs/source/conf.py
@@ -405,6 +405,8 @@ def _get_version_str():
405
"""
406
coverage_skip_undoc_in_source = True
407
408
+# jstor and sciencedirect cannot be accessed from python, but links work fine in a local doc
409
linkcheck_ignore = [
- "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",
412
]
0 commit comments