From 0cd6e3eed92d9218aa3249a991989d8360682f9d Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 6 Jan 2021 12:34:35 +0100 Subject: [PATCH] add required setting for sphinxcontrib.bibtex --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 2be89b6f..eed13503 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,6 +41,9 @@ extensions = [ 'sphinxcontrib.bibtex', 'sphinx.ext.graphviz', ] +bibtex_bibfiles = [ + 'refs.bib', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- GitLab