From f28edb04c0ea225bb6fb9495cccb71d3251225aa Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 3 Feb 2025 15:57:41 -0500 Subject: [PATCH] FIX: One more [circle linkcheck] --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 94916ade412..a6c9579c133 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -696,6 +696,8 @@ def fix_sklearn_inherited_docstrings(app, what, name, obj, options, lines): "http://ilabs.washington.edu", "https://psychophysiology.cpmc.columbia.edu", "https://erc.easme-web.eu", + # Not rendered by linkcheck builder + r"ides\.html", ] linkcheck_anchors = False # saves a bit of time linkcheck_timeout = 15 # some can be quite slow