Skip to content

Commit 65df199

Browse files
fix(docs): add sphinxcontrib-jquery to fix search on Sphinx 7+ (#171)
* fix(docs): add sphinxcontrib-jquery to fix search on Sphinx 7+ * chore: update poetry.lock to match pyproject.toml changes
1 parent 7f577d8 commit 65df199

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ aw-client = {git = "https://github.com/ActivityWatch/aw-client.git", rev = "mast
1818
sphinx = ">=7.0,<9.0"
1919
sphinx-autobuild = "*"
2020
sphinx_rtd_theme = ">=2.0"
21+
sphinxcontrib-jquery = "*"
2122
sphinx-book-theme = "*"
2223
sphinx-tabs = "^3.4"
2324
sphinx-click = ">=6.0"

src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"sphinx_tabs.tabs",
4242
"sphinx_click",
4343
"sphinxext.rediraffe",
44+
"sphinxcontrib.jquery",
4445
]
4546

4647
extlinks = {

0 commit comments

Comments
 (0)