Skip to content

Commit

Permalink
Merge pull request #8 from ProjectPythia/brian-rose-patch-1
Browse files Browse the repository at this point in the history
Ignore Zenodo badge links
  • Loading branch information
ktyle authored Jul 31, 2023
2 parents ff53be0 + f733245 commit 18d7306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 18d7306

Please sign in to comment.