From e5c90d0f82603c6a116111615545c4d772e87f8a Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 23 Jun 2021 10:53:47 -0400 Subject: [PATCH] fix the docs build --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d4c9b41c7..9636d5927 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,6 +45,9 @@ 'IPython.sphinxext.ipython_console_highlighting', 'sphinx.ext.githubpages'] +# bibtex +bibtex_bibfiles = ["refs.bib"] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']