From fe274619fcb187edeb2c25cc2e8b3e9a7bbc2a00 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 11 Apr 2023 23:52:06 -0400 Subject: add sphinxcontrib jquery --- api-docs/source/conf.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'api-docs') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 758738c5..3691a449 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -27,9 +27,9 @@ stats = ''' .. raw:: html - + ''' @@ -162,6 +162,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', + 'sphinxcontrib.jquery', #'sphinx_tabs.tabs', 'sphinx.ext.viewcode' ] -- cgit v1.3.1