From a568947016fc346a5cb24d576ef26586f175876a Mon Sep 17 00:00:00 2001 From: George Gayno Date: Tue, 17 Oct 2023 18:42:42 +0000 Subject: [PATCH] Fixes #860. --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f5c826ef..b3e24ff30 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,8 @@ 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', - 'sphinx.ext.napoleon' + 'sphinx.ext.napoleon', + 'sphinxcontrib.bibtex' ] #bibtex_bibfiles = ['references.bib']