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 14:37:35 UTC

(couchdb) branch docs/justify-sphinx-versions updated (d7e6cb2f0 -> c296ad802)

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

ronny pushed a change to branch docs/justify-sphinx-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard d7e6cb2f0 Justify Sphinx package version
     new c296ad802 Justify Sphinx package version

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d7e6cb2f0)
            \
             N -- N -- N   refs/heads/docs/justify-sphinx-versions (c296ad802)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/docs/requirements.txt | 2 +-
 src/docs/src/conf.py      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


(couchdb) 01/01: Justify Sphinx package version

Posted by ro...@apache.org.
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 c296ad802cb32681dd7225d639e27283d081d52a
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Fri Jan 5 10:25:49 2024 +0100

    Justify Sphinx package version
    
    Partial revert "Update Sphinx/RTD dependencies (#4946)" because of
    non-functional search bar and non-clickable doc version chooser.
---
 src/docs/src/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/docs/src/conf.py b/src/docs/src/conf.py
index 1f2c12f3f..d73b48bdd 100644
--- a/src/docs/src/conf.py
+++ b/src/docs/src/conf.py
@@ -19,12 +19,13 @@ import sphinx_rtd_theme
 
 sys.path.insert(0, os.path.abspath("../ext"))
 
-needs_sphinx = "5.1.1"
+needs_sphinx = "5.3.0"
 
 extensions = [
     "sphinx.ext.todo",
     "sphinx.ext.extlinks",
     "sphinxcontrib.httpdomain",
+    "sphinxcontrib.jquery",
     "configdomain",
 ]
 
@@ -70,7 +71,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.