You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2024/01/05 17:28:24 UTC

(couchdb) branch main updated: Update Sphinx package version to 7.2.6 (#4948)

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new db4cb37f1 Update Sphinx package version to 7.2.6 (#4948)
db4cb37f1 is described below

commit db4cb37f164e87fcb2c8052969ac06ba0b022fc8
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Fri Jan 5 18:28:18 2024 +0100

    Update Sphinx package version to 7.2.6 (#4948)
    
    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.