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']