From 668b508a7342828cf30e090a02f2e1a6e7402f35 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 1 Mar 2024 14:58:54 -0500 Subject: [PATCH] MAINT: Fix links (#12471) --- doc/changes/names.inc | 6 +++--- doc/conf.py | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/changes/names.inc b/doc/changes/names.inc index 51e7bfafbb7..d3dfd61b916 100644 --- a/doc/changes/names.inc +++ b/doc/changes/names.inc @@ -20,7 +20,7 @@ .. _Alex Gramfort: https://alexandre.gramfort.net -.. _Alex Kiefer: https://home.alex101.dev +.. _Alex Kiefer: https://home.alexk101.dev .. _Alex Rockhill: https://github.com/alexrockhill/ @@ -208,7 +208,7 @@ .. _Henrich Kolkhorst: https://github.com/hekolk -.. _Hongjiang Ye: https://github.com/rubyyhj +.. _Hongjiang Ye: https://github.com/hongjiang-ye .. _Hubert Banville: https://github.com/hubertjb @@ -418,7 +418,7 @@ .. _Okba Bekhelifi: https://github.com/okbalefthanded -.. _Olaf Hauk: https://www.neuroscience.cam.ac.uk/directory/profile.php?olafhauk +.. _Olaf Hauk: https://neuroscience.cam.ac.uk/member/olafhauk .. _Oleh Kozynets: https://github.com/OlehKSS diff --git a/doc/conf.py b/doc/conf.py index 03d3961151a..5d43b594b3a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -748,6 +748,8 @@ def append_attr_meth_examples(app, what, name, obj, options, lines): # Too slow "https://speakerdeck.com/dengemann/", "https://www.dtu.dk/english/service/phonebook/person", + # SSL problems sometimes + "http://ilabs.washington.edu", ] linkcheck_anchors = False # saves a bit of time linkcheck_timeout = 15 # some can be quite slow