Skip to content

Commit

Permalink
Update Sphinx/RTD dependencies (#4946)
Browse files Browse the repository at this point in the history
And some small typos
  • Loading branch information
big-r81 committed Jan 4, 2024
1 parent 42c2484 commit 37cfed5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/docs/src/install/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 37cfed5

Please sign in to comment.