This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch docs/update-deps in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0908dce16e67f27428868cca05617df7697a295b Author: Ronny Berndt <[email protected]> AuthorDate: Thu Jan 4 21:26:06 2024 +0100 Update Sphinx/RTD dependencies --- .readthedocs.yaml | 2 +- src/docs/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 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
