From 9776b70aba9b4068bc719771e1bfc58e7429dea1 Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Tue, 13 May 2025 18:50:20 +0200 Subject: [PATCH] Edit conf.py --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c5a44f4..6b31605 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -354,7 +354,7 @@ epub_exclude_files = ['search.html'] intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None), 'numpy': ('http://docs.scipy.org/doc/numpy/', None), } - +bibtex_bibfiles = ['project.bib'] # Addition to show doc of constructors of classes: autoclass_content = 'both' -- GitLab