Skip to content

Commit

Permalink
try using sphinxcontrib-jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 19, 2024
1 parent 34c16d0 commit 5c5de8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies = [
"libsass~=0.20.1",
"sphinx_book_theme~=1.1.0",
"beautifulsoup4",
"sphinxcontrib-jquery",
]

license = { file = "LICENSE" }
Expand Down
1 change: 1 addition & 0 deletions src/quantecon_book_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def setup(app):
# Configuration for Juypter Book
app.setup_extension("sphinx_book_theme")
app.add_js_file("scripts/quantecon-book-theme.js")
app.setup_extension("sphinxcontrib.jquery")

app.connect("html-page-context", add_hub_urls)
app.connect("builder-inited", add_plugins_list)
Expand Down

1 comment on commit 5c5de8b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.