aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r--Docs/source/conf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py
index ba11eedae..f71cf8cc0 100644
--- a/Docs/source/conf.py
+++ b/Docs/source/conf.py
@@ -48,12 +48,17 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx_design',
- 'breathe'
+ 'breathe',
+ 'sphinxcontrib.bibtex'
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
+# Relative path to bibliography file, bibliography style
+bibtex_bibfiles = ['./refs.bib']
+bibtex_default_style = 'unsrt'
+
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#