Skip to content

Commit ea89f22

Browse files
deps: bump doc dependencies
1 parent a63abd7 commit ea89f22

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ formats:
66
build:
77
os: ubuntu-24.04
88
tools:
9-
python: "3.8"
9+
python: "3.11"
1010
sphinx:
1111
configuration: docs/conf.py
1212
fail_on_warning: false

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def install_deps(
105105
session.install(*dependencies, env=env)
106106

107107

108-
@nox.session(python="3.8")
108+
@nox.session(python="3.11")
109109
def docs(session: nox.Session) -> None:
110110
"""Build and generate the documentation.
111111

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ voice = [
5656
'audioop-lts>=0.2.1; python_version >= "3.13"'
5757
]
5858
docs = [
59-
"sphinx==7.0.1",
60-
"sphinxcontrib-trio~=1.1.2",
61-
"sphinx-hoverxref==1.3.0",
62-
"sphinx-autobuild~=2021.3",
63-
"sphinxcontrib-towncrier==0.3.2a0",
64-
"towncrier==23.6.0",
65-
"sphinx-notfound-page==0.8.3",
66-
"sphinxext-opengraph==0.9.1",
59+
"sphinx==8.2.3; python_version >= '3.11'",
60+
"sphinx-autobuild~=2025.8.25 ; python_version >= '3.11'",
61+
"sphinx-hoverxref==1.4.2; python_version >= '3.11'",
62+
"sphinx-notfound-page==1.1.0; python_version >= '3.11'",
63+
"sphinxcontrib-towncrier==0.5.0a0; python_version >= '3.11'",
64+
"sphinxcontrib-trio~=1.1.2; python_version >= '3.11'",
65+
"sphinxext-opengraph==0.9.1 ; python_version >= '3.11'",
66+
"towncrier==23.6.0; python_version >= '3.11'"
6767
]
6868

6969
[dependency-groups]

0 commit comments

Comments
 (0)