Skip to content

Commit 37cfed5

Browse files
authored
Update Sphinx/RTD dependencies (#4946)
And some small typos
1 parent 42c2484 commit 37cfed5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 2
2121
build:
2222
os: ubuntu-22.04
2323
tools:
24-
python: "3.10"
24+
python: "3.11"
2525

2626
# Build documentation in the docs/ directory with Sphinx
2727
sphinx:

src/docs/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==5.3.0
2-
sphinx-rtd-theme==1.2.2
3-
sphinxcontrib-httpdomain==1.8.0
1+
Sphinx==7.2.6
2+
sphinx-rtd-theme==2.0.0
3+
sphinxcontrib-httpdomain==1.8.1

src/docs/src/install/troubleshooting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ unlimited. A detailed discussion can be found on the erlang-questions list,
228228
but the short answer is that you should decrease ``ulimit -n`` or lower the
229229
``vm.args`` parameter ``+Q`` to something reasonable like 1024.
230230

231-
function raised exception (Cannot encode 'undefined' value as JSON)
231+
Function raised exception (Cannot encode 'undefined' value as JSON)
232232
-------------------------------------------------------------------
233233
If you see this in the CouchDB error logs, the JavaScript code you are using
234234
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:
286286
return sum(values);
287287
}
288288
289-
erlang stack trace contains ``bad_utf8_character_code``
289+
Erlang stack trace contains ``bad_utf8_character_code``
290290
-------------------------------------------------------
291291

292292
CouchDB 1.1.1 and later contain stricter handling of UTF8 encoding. If you are

0 commit comments

Comments
 (0)