diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-30 14:51:09 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-08-30 14:51:09 +0200 |
commit | 333d236da9025318087e23b20dbe5e9264888f72 (patch) | |
tree | a27afcbbf8f835ba260f790bec606772d49a51ce /source/conf.py | |
parent | 7e1a194eeb52a0a297bb6e16ebea2d26061344b8 (diff) | |
parent | 1714133951657322b6eaf793f6a5e5865fb19afd (diff) |
Merge branch 'master' into 1880-shirt
Diffstat (limited to 'source/conf.py')
-rw-r--r-- | source/conf.py | 9 |
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", +] |