diff options
| author | Enrico Tassi | 2021-01-05 16:40:45 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2021-01-05 16:40:45 +0100 |
| commit | 4416c6b03f029a637181a2a57f45e6c36dd14cd2 (patch) | |
| tree | d61db46dc6e5ded665baea040a2a91131b6f0ab3 | |
| parent | a22da3e70551658deefbbedf261acdc3ead5403d (diff) | |
[doc] tell sphinxcontrib-bibtex which bibtex file to use
| -rwxr-xr-x | doc/sphinx/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index e2e37ec438..edbc89aad8 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -490,3 +490,6 @@ epub_exclude_files = ['search.html'] # navtree options navtree_shift = True + +# since sphinxcontrib-bibtex version 2 we need this +bibtex_bibfiles = [ "biblio.bib" ] |
