From 03bfb024201da4e01a3bf3a2bba3a80dba0cb554 Mon Sep 17 00:00:00 2001 From: Roelof Groenewald <40245517+roelof-groenewald@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:17:28 -0700 Subject: Docs: suppress Sphinx warning of duplicate bibliography labels (#3869) * suppress sphinx warning about duplicate bibliography labels * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- Docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Docs/source/conf.py') diff --git a/Docs/source/conf.py b/Docs/source/conf.py index 289bbad8c..497ef341b 100644 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -208,3 +208,5 @@ subprocess.call('cd ../; doxygen;' 'cp -r doxyhtml source/_static/;' 'cp warpx-doxygen-web.tag.xml source/_static/doxyhtml/', shell=True) + +suppress_warnings = ["bibtex.duplicate_label"] -- cgit v1.2.3