summaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-30 14:51:09 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-30 14:51:09 +0200
commit333d236da9025318087e23b20dbe5e9264888f72 (patch)
treea27afcbbf8f835ba260f790bec606772d49a51ce /source/conf.py
parent7e1a194eeb52a0a297bb6e16ebea2d26061344b8 (diff)
parent1714133951657322b6eaf793f6a5e5865fb19afd (diff)
Merge branch 'master' into 1880-shirt
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py
index b023889..60da271 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -31,6 +31,7 @@ master_doc = 'index'
# ones.
extensions = [
'sphinxcontrib.inkscapeconverter',
+ 'sphinxcontrib.bibtex',
]
# Add any paths that contain templates here, relative to this directory.
@@ -76,3 +77,11 @@ latex_elements = {
''',
'fncychap': r'\usepackage[Rejne]{fncychap}',
}
+
+# Options for extensions
+
+bibtex_bibfiles = [
+ "bibliography/drafting.bib",
+ "bibliography/misc.bib",
+ "bibliography/web.bib",
+]