This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch docs/justify-sphinx-versions in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 83d6a0615a29e41c653aa1616711b73368de88db Author: Ronny Berndt <[email protected]> AuthorDate: Fri Jan 5 10:25:49 2024 +0100 Update Sphinx package version to 7.2.6 Add sphinxcontrib.jquery to extensions for functional searching. --- src/docs/requirements.txt | 1 + src/docs/src/conf.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/docs/requirements.txt b/src/docs/requirements.txt index f7a23d821..5e9942b9b 100644 --- a/src/docs/requirements.txt +++ b/src/docs/requirements.txt @@ -1,3 +1,4 @@ Sphinx==7.2.6 sphinx-rtd-theme==2.0.0 sphinxcontrib-httpdomain==1.8.1 +sphinxcontrib-jquery==4.1 diff --git a/src/docs/src/conf.py b/src/docs/src/conf.py index 1f2c12f3f..eadfa2420 100644 --- a/src/docs/src/conf.py +++ b/src/docs/src/conf.py @@ -19,12 +19,11 @@ import sphinx_rtd_theme sys.path.insert(0, os.path.abspath("../ext")) -needs_sphinx = "5.1.1" - extensions = [ "sphinx.ext.todo", "sphinx.ext.extlinks", "sphinxcontrib.httpdomain", + "sphinxcontrib.jquery", "configdomain", ] @@ -70,7 +69,6 @@ html_use_index = False html_additional_pages = {"download": "pages/download.html", "index": "pages/index.html"} html_context = { - "ga_code": "UA-658988-6", # Enable the "Edit in GitHub link within the header of each page. "display_github": False, # Set the following variables to generate the resulting github URL for each page.
