From c1f26ffc19f4177452877eb1942b10a16d4300d3 Mon Sep 17 00:00:00 2001 From: realsudarshan Date: Sun, 26 Apr 2026 00:02:56 +0545 Subject: [PATCH 1/2] fix(docs): add sphinxcontrib-jquery to fix search on Sphinx 7+ --- pyproject.toml | 1 + src/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e1cf55b..a039005 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ aw-client = {git = "https://github.com/ActivityWatch/aw-client.git", rev = "mast sphinx = ">=7.0,<9.0" sphinx-autobuild = "*" sphinx_rtd_theme = ">=2.0" +sphinxcontrib-jquery = "*" sphinx-book-theme = "*" sphinx-tabs = "^3.4" sphinx-click = ">=6.0" diff --git a/src/conf.py b/src/conf.py index 26f7e52..38e675e 100644 --- a/src/conf.py +++ b/src/conf.py @@ -41,6 +41,7 @@ "sphinx_tabs.tabs", "sphinx_click", "sphinxext.rediraffe", + "sphinxcontrib.jquery", ] extlinks = { From f2bc11032acff9d754c1eeaac12da4beb2411780 Mon Sep 17 00:00:00 2001 From: realsudarshan Date: Sun, 26 Apr 2026 08:25:03 +0545 Subject: [PATCH 2/2] chore: update poetry.lock to match pyproject.toml changes --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c75ac3..4e8af51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -533,7 +533,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -1517,4 +1517,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "bcb5b0d936c26ad021c7874b09cf345e9e0988fa8d96f782cc2bc9e70317d4b1" +content-hash = "f75a8fb303f665aaa11a79c8be4929406c1dc01b8a46492a85436ab58f0a1aa0"