From a2675f91e2724a3018ec3a7ab2fb525e292a9430 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 10 Apr 2022 20:04:54 +0200 Subject: Use sphinxcontrib-bibtex to manage the bibliography --- source/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/conf.py') diff --git a/source/conf.py b/source/conf.py index b023889..09c46d8 100644 --- a/source/conf.py +++ b/source/conf.py @@ -31,6 +31,7 @@ master_doc = 'index' # ones. extensions = [ 'sphinxcontrib.inkscapeconverter', + 'sphinxcontrib.bibtex', ] # Add any paths that contain templates here, relative to this directory. @@ -76,3 +77,10 @@ latex_elements = { ''', 'fncychap': r'\usepackage[Rejne]{fncychap}', } + +# Options for extensions + +bibtex_bibfiles = [ + "bibliography/drafting.bib", + "bibliography/misc.bib", +] -- cgit v1.2.3