Skip to content

Commit 7e91f07

Browse files
authored
Merge pull request #7799 from FoamyGuy/docs_jquery_fix_attempt
Attempt to fix missing jquery in RTD
2 parents bf2df1b + ca23f1e commit 7e91f07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
extensions = [
7878
'sphinx.ext.autodoc',
7979
'sphinx.ext.doctest',
80+
"sphinxcontrib.jquery",
8081
'sphinxcontrib.rsvgconverter',
8182
'sphinx.ext.intersphinx',
8283
'sphinx.ext.todo',

requirements-doc.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sphinx!=5.2.0.post0
1313
sphinx-autoapi
1414
sphinx-rtd-theme
1515
sphinxcontrib-svg2pdfconverter
16+
sphinxcontrib-jquery
1617
readthedocs-sphinx-search
1718
myst-parser
1819

0 commit comments

Comments
 (0)