Skip to content

Commit

Permalink
Use sphinxcontrib-jquery to load JQuery in docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 27, 2024
1 parent f7f2a69 commit 6359601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def setup(app):
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"sphinxcontrib.jquery",
"sphinx_bootstrap_theme",
"recommonmark"
]
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx ~=7.0
sphinx-bootstrap-theme ~=0.7
recommonmark ~=0.6
pygments-style-monokailight ~=0.4
sphinxcontrib-jquery ~=4.1

0 comments on commit 6359601

Please sign in to comment.