From 9d31a9ca4ce418d806f6f190e565b9bc64adb656 Mon Sep 17 00:00:00 2001 From: vfdev Date: Thu, 23 May 2024 11:37:04 +0200 Subject: [PATCH] fix linkcheck (#3250) Ignore https://machinelearningmastery.com/gentle-introduction-backpropagation-time/ --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2256d425bec..80c15e9b4d2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -350,6 +350,7 @@ def run(self): "https://github.com/fossasia/visdom#visdom-arguments-python-only", "https://github.com/pytorch/ignite/tree/master/examples/cifar10#check-resume-training", "https://github.com/pytorch/ignite/tree/master/examples/mnist#training-save--resume", + "https://machinelearningmastery.com/gentle-introduction-backpropagation-time/", ]