From b2d8e255daa523335f91161ed51ab98fc9ac75a8 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 11 Mar 2021 21:44:17 +1300 Subject: Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572) --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index e9684dbb..24d31b9c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -43,6 +43,9 @@ extensions = [ # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +# BibTeX configuration +bibtex_bibfiles = ['references.bib'] + # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -- cgit v1.2.3