From 90a3aeb902587178d725171a6ad58ffec498c292 Mon Sep 17 00:00:00 2001 From: Kanissh <44309040+kanissh@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:10:44 +0530 Subject: [PATCH 1/2] Added reference to linkcheck ignore Added reference to researchgate to linkcheck ignore --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index b9b1ccb394983..263262ba420e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -597,6 +597,7 @@ def setup(app): "roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure.pdf#page=.*", "https://www.researchgate.net/publication/" "233096619_A_Dendrite_Method_for_Cluster_Analysis", + "https://www.researchgate.net/publication/221114584_Random_Fourier_Approximations_for_Skewed_Multiplicative_Histogram_Kernels", # Broken links from testimonials "http://www.bestofmedia.com", "http://www.data-publica.com/", From e83ab5f4eb09a5337312379d78214c9382cca69f Mon Sep 17 00:00:00 2001 From: Kanissh <44309040+kanissh@users.noreply.github.com> Date: Fri, 24 Jun 2022 17:21:06 +0530 Subject: [PATCH 2/2] line length fix --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 263262ba420e1..ae9dae20c8b11 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -597,7 +597,9 @@ def setup(app): "roads-and-bridges-the-unseen-labor-behind-our-digital-infrastructure.pdf#page=.*", "https://www.researchgate.net/publication/" "233096619_A_Dendrite_Method_for_Cluster_Analysis", - "https://www.researchgate.net/publication/221114584_Random_Fourier_Approximations_for_Skewed_Multiplicative_Histogram_Kernels", + "https://www.researchgate.net/publication/" + "221114584_Random_Fourier_Approximations_" + "for_Skewed_Multiplicative_Histogram_Kernels", # Broken links from testimonials "http://www.bestofmedia.com", "http://www.data-publica.com/",