aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/conf.py
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2023-03-27 08:29:57 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-27 08:29:57 -0700
commit7177c279f54fdff5f7728fbcf12baad69bbdeef0 (patch)
treea00da614356c75bc9327e320f3c32b85a0e97910 /Docs/source/conf.py
parent957fcf49b0552fd9f0ca29cfeaf884af3b6d5138 (diff)
downloadWarpX-7177c279f54fdff5f7728fbcf12baad69bbdeef0.tar.gz
WarpX-7177c279f54fdff5f7728fbcf12baad69bbdeef0.tar.zst
WarpX-7177c279f54fdff5f7728fbcf12baad69bbdeef0.zip
Docs: start using BibTeX in theory section (#3787)
* Docs: start using BibTeX in theory section
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:
#