diff --git a/_config.yml b/_config.yml index 6efea5d..fa7e668 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,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://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable 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"