@@ -644,6 +644,7 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
644644linkcheck_ignore = [ # will be compiled to regex
645645 # 403 Client Error: Forbidden
646646 "https://doi.org/10.1002/" , # onlinelibrary.wiley.com/doi/10.1002/hbm
647+ "https://doi.org/10.1016/" , # neuroimage
647648 "https://doi.org/10.1021/" , # pubs.acs.org/doi/abs
648649 "https://doi.org/10.1073/" , # pnas.org
649650 "https://doi.org/10.1093/" , # academic.oup.com/sleep/
@@ -667,10 +668,11 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
667668 r"https://scholar.google.com/scholar\?cites=12188330066413208874&as_ylo=2014" ,
668669 r"https://scholar.google.com/scholar\?cites=1521584321377182930&as_ylo=2013" ,
669670 "https://www.research.chop.edu/imaging" ,
670- "http://prdownloads.sourceforge.net/optipng/optipng-0.7.8-win64.zip?download " ,
671+ "http://prdownloads.sourceforge.net/optipng" ,
671672 "https://sourceforge.net/projects/aespa/files/" ,
672673 "https://sourceforge.net/projects/ezwinports/files/" ,
673674 "https://www.mathworks.com/products/compiler/matlab-runtime.html" ,
675+ "https://medicine.umich.edu/dept/khri/ross-maddox-phd" ,
674676 # 500 server error
675677 "https://openwetware.org/wiki/Beauchamp:FreeSurfer" ,
676678 # 503 Server error
@@ -694,6 +696,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines):
694696 "http://ilabs.washington.edu" ,
695697 "https://psychophysiology.cpmc.columbia.edu" ,
696698 "https://erc.easme-web.eu" ,
699+ # Not rendered by linkcheck builder
700+ r"ides\.html" ,
697701]
698702linkcheck_anchors = False # saves a bit of time
699703linkcheck_timeout = 15 # some can be quite slow
0 commit comments