From cad8920065ef60f186bc2cd5a871f755895caa57 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Fri, 29 Jan 2021 16:49:14 +0000 Subject: [PATCH] bugfix/docfix - update conf.py for latest version of Sphinx. Issue #249. --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index e265c4dc4..a4e8c8d3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,6 +54,8 @@ 'sphinxcontrib.bibtex' ] +bibtex_bibfiles = ['references.bib'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']