From 34e95e0853daa3dd897f08824cebc8ca77d5cef9 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 14 Dec 2020 15:29:48 +0100 Subject: Fix sphinx error on Azure and Appveyor --- src/python/doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/doc/conf.py b/src/python/doc/conf.py index 3cc5d1d6..b06baf9c 100755 --- a/src/python/doc/conf.py +++ b/src/python/doc/conf.py @@ -44,6 +44,8 @@ extensions = [ 'sphinx_paramlinks', ] +bibtex_bibfiles = ['../../biblio/bibliography.bib'] + todo_include_todos = True # plot option : do not show hyperlinks (Source code, png, hires.png, pdf) plot_html_show_source_link = False -- cgit v1.2.3