From 67d97c1f0be51b581323eeb3a825c3f88a3cd269 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:37:32 -0600 Subject: [PATCH] add problematic links to ignore --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index db383ccc..e85589de 100644 --- a/_config.yml +++ b/_config.yml @@ -28,7 +28,7 @@ parse: sphinx: config: - linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable + linkcheck_ignore: ["https://doi.org/*","https://postimg.cc/*"] # don't run link checker on DOI links since they are immutable and ignore these other problematic links nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder) html_favicon: notebooks/images/icons/favicon.ico html_last_updated_fmt: "%-d %B %Y"