aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-03-11 21:44:17 +1300
committerMike Taves <mwtoews@gmail.com>2021-03-11 23:26:43 +1300
commit0d90ce1834f08ea697a5844a7c06c4dcc0c18685 (patch)
treef14f93bdf9949a4a8115949481f0444a8ce74bba /docs/source/conf.py
parentacca99651325574f498bbb1b5c734c7414ce05c3 (diff)
downloadPROJ-0d90ce1834f08ea697a5844a7c06c4dcc0c18685.tar.gz
PROJ-0d90ce1834f08ea697a5844a7c06c4dcc0c18685.zip
Fix configuration for sphinxcontrib-bibtex version 2 or later (#2572)
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2ddc9308..23b399f8 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']