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 37cfed50a Update Sphinx/RTD dependencies (#4946)
37cfed50a is described below
commit 37cfed50a6bc30ea220ef3e6ca4236b5ea1f0dff
Author: Ronny Berndt <[email protected]>
AuthorDate: Thu Jan 4 22:18:57 2024 +0100
Update Sphinx/RTD dependencies (#4946)
And some small typos
---
.readthedocs.yaml | 2 +-
src/docs/requirements.txt | 6 +++---
src/docs/src/install/troubleshooting.rst | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 9b68a6959..dcd30d6fc 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -21,7 +21,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
- python: "3.10"
+ python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
diff --git a/src/docs/requirements.txt b/src/docs/requirements.txt
index 5fd1735b6..f7a23d821 100644
--- a/src/docs/requirements.txt
+++ b/src/docs/requirements.txt
@@ -1,3 +1,3 @@
-Sphinx==5.3.0
-sphinx-rtd-theme==1.2.2
-sphinxcontrib-httpdomain==1.8.0
+Sphinx==7.2.6
+sphinx-rtd-theme==2.0.0
+sphinxcontrib-httpdomain==1.8.1
diff --git a/src/docs/src/install/troubleshooting.rst
b/src/docs/src/install/troubleshooting.rst
index 368d71d5e..fc3b0986d 100644
--- a/src/docs/src/install/troubleshooting.rst
+++ b/src/docs/src/install/troubleshooting.rst
@@ -228,7 +228,7 @@ unlimited. A detailed discussion can be found on the
erlang-questions list,
but the short answer is that you should decrease ``ulimit -n`` or lower the
``vm.args`` parameter ``+Q`` to something reasonable like 1024.
-function raised exception (Cannot encode 'undefined' value as JSON)
+Function raised exception (Cannot encode 'undefined' value as JSON)
-------------------------------------------------------------------
If you see this in the CouchDB error logs, the JavaScript code you are using
for either a map or reduce function is referencing an object member that is
@@ -286,7 +286,7 @@ The function needs to return a value:
return sum(values);
}
-erlang stack trace contains ``bad_utf8_character_code``
+Erlang stack trace contains ``bad_utf8_character_code``
-------------------------------------------------------
CouchDB 1.1.1 and later contain stricter handling of UTF8 encoding. If you are