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 <[email protected]> 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.
