From 195cc8e93ba2a52e8d57235bf96d961e4b61b7b3 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Tue, 17 Oct 2023 18:55:27 +0000 Subject: [PATCH] Fixes #860. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b3e24ff30..e322267b8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ 'sphinxcontrib.bibtex' ] -#bibtex_bibfiles = ['references.bib'] +bibtex_bibfiles = ['references.bib'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']