Skip to content

Commit 4e1a1cd

Browse files
committed
Upgrade Sphinx and related dependencies in pyproject.toml
Signed-off-by: Zhiwei Liang <zhiwei.liang@zliang.me>
1 parent 67c198d commit 4e1a1cd

3 files changed

Lines changed: 28 additions & 30 deletions

File tree

.readthedocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ sphinx:
2424
formats:
2525
- pdf
2626
- epub
27-
28-
# NOTE: We need to use older version of sphinx otherwise bullet points won't be rendered correctly
29-
# on RTD using rtd theme.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ lint = [
112112
docs = [
113113
"rstcheck==6.2.5; python_version >= '3.10'",
114114
"fasteners",
115-
"sphinx_rtd_theme==2.0.0",
116-
"sphinx==6.2.1",
115+
"sphinx_rtd_theme==3.1.0",
116+
"sphinx==8.1.3",
117117
"pygments>=2.20.0,<3.0.0",
118118
]
119119
mypy = [

uv.lock

Lines changed: 26 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)