From d172e8af3babf3b84c19e6e5b29b62512d438e6f Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 2 May 2023 12:06:07 -0400 Subject: [PATCH] exclude doi links --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 39ed7db..98a80cd 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,7 @@ parse: sphinx: config: + linkcheck_ignore: ["https://doi.org/*",] html_favicon: notebooks/images/icons/favicon.ico html_last_updated_fmt: '%-d %B %Y' html_theme: sphinx_pythia_theme