From fa050e4f8344c162fa729b095c0d986191c601bb Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:43:12 -0500 Subject: [PATCH] Update .lycheeignore Adding a link from a tutorial (intermediate_source/tensorboard_tutorial.rst) to the ignore list as it is picked up by lychee but is only possible locally when running tutorial. --- .lycheeignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 4894b6d72f2..994f2871212 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -9,3 +9,6 @@ file:\/\/\/.* # Ignore colab link in the setting of conf.py https://pytorch.org/tutorials/beginner/colab/n + +# Ignore local host link from intermediate_source/tensorboard_tutorial.rst +http://localhost:6006