summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-14 15:29:48 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-14 15:29:48 +0100
commit34e95e0853daa3dd897f08824cebc8ca77d5cef9 (patch)
tree4384c230a25b4d259395de97d5a31f511c000011
parent5c9cf5fbb2d6fabbacf67a53d250d53d3d0c3899 (diff)
Fix sphinx error on Azure and Appveyor
-rwxr-xr-xsrc/python/doc/conf.py2
1 files changed, 2 insertions, 0 deletions
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