diff --git a/docs/conf.py b/docs/conf.py index 2080a6c..5374ae3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.imgmath", - "sphinxcontrib.napoleon", + 'sphinx.ext.napoleon', "sphinx.ext.autosummary", "sphinxcontrib.bibtex", "numpydoc", @@ -273,3 +273,7 @@ # If true, do not generate a @detailmenu in the "Top" node's menu. # texinfo_no_detailmenu = False + +bibtex_bibfiles = [ + 'refs.bib' +]