diff --git a/_config.yml b/_config.yml index db383cc..e85589d 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"