From beb92759823679073cfa14a224598887d29c5691 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 22 Mar 2023 00:16:33 +0100 Subject: [PATCH] rtd fix attempt --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5f8495e82..7cb4cc41b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ needs_sphinx = '5.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [ ] +extensions = [ 'sphinxcontrib.jquery'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']