From 699c2eff4cd8b7240604cfe475a2138f0aca001b Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 28 Apr 2021 00:45:44 +0200 Subject: [PATCH] added missing sphinx-bibtex configuration --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index ef94679..bc9d9b8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,6 +36,7 @@ needs_sphinx = '1.1' # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ["sphinx.ext.autosummary", "sphinxcontrib.programoutput", "sphinx.ext.inheritance_diagram", "sphinxcontrib.tikz", 'sphinxcontrib.bibtex'] tikz_proc_suite = 'pdf2svg' +bibtex_bibfiles = ['references.bib'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']