Skip to content

Commit

Permalink
Supress warning with duplicate citation
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Sep 6, 2024
1 parent 2e96d54 commit 60b9ef8
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 @@ -33,7 +33,7 @@ sphinx:
html_last_updated_fmt: "%b %d, %Y"
bibtex_bibfiles: ["docs/refs.bib"]
nb_execution_show_tb: True
suppress_warnings: ["mystnb.unknown_mime_type"]
suppress_warnings: ["mystnb.unknown_mime_type", "bibtex.duplicate_citation"]
nb_custom_formats: # https://jupyterbook.org/en/stable/file-types/jupytext.html#file-types-custom
.py:
- jupytext.reads
Expand Down

0 comments on commit 60b9ef8

Please sign in to comment.