diff --git a/doc/requirements.txt b/doc/requirements.txt index e704085138de..e4ffc8b7b5be 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -14,6 +14,7 @@ sphinxcontrib-applehelp sphinxcontrib-devhelp sphinxcontrib-htmlhelp sphinxcontrib-jsmath +sphinxcontrib-jquery sphinxcontrib-qthelp sphinxcontrib-serializinghtml sphinx-reredirects diff --git a/doc/src/conf.py b/doc/src/conf.py index 2aa1883ce62e..28dd48c51759 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -32,9 +32,9 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.linkcode', 'sphinx_math_dollar', 'sphinx.ext.mathjax', 'numpydoc', 'sphinx_reredirects', 'sphinx_copybutton', - 'sphinx.ext.graphviz', 'matplotlib.sphinxext.plot_directive', - 'myst_parser', 'convert-svg-to-pdf', 'sphinx.ext.intersphinx', - ] + 'sphinx.ext.graphviz', 'sphinxcontrib.jquery', + 'matplotlib.sphinxext.plot_directive', 'myst_parser', + 'convert-svg-to-pdf', 'sphinx.ext.intersphinx', ] # Add redirects here. This should be done whenever a page that is in the # existing release docs is moved somewhere else so that the URLs don't break.