diff options
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", +] |