Skip to content

Commit

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

license = { file = "LICENSE" }
Expand Down
1 change: 0 additions & 1 deletion src/quantecon_book_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ 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 ce79fe1

@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.