Skip to content

Commit cb56e76

Browse files
committed
Revert "Update dependency sphinxcontrib-.." updates
This reverts commits 1f03f60^..21eae26 The "sphinxcontrib-*" builders must remain pinned to align with the "Sphinx<5.0.0" constraint (required for the `python-dispatch-sphinx` plugin).
1 parent 21eae26 commit cb56e76

2 files changed

Lines changed: 24 additions & 119 deletions

File tree

sphinx-plugin/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"sphinx<5.0.0",
33-
"sphinxcontrib-applehelp<=2.0.0",
34-
"sphinxcontrib-devhelp<=2.0.0",
35-
"sphinxcontrib-htmlhelp<=2.1.0",
36-
"sphinxcontrib-serializinghtml<=2.0.0",
37-
"sphinxcontrib-qthelp<=2.0.0",
33+
"sphinxcontrib-applehelp<=1.0.3",
34+
"sphinxcontrib-devhelp<=1.0.3",
35+
"sphinxcontrib-htmlhelp<=2.0.1",
36+
"sphinxcontrib-serializinghtml<=1.1.6",
37+
"sphinxcontrib-qthelp<=1.0.3",
3838
"standard-imghdr; python_version >= '3.13'",
3939
"python-dispatch>=0.2.2",
4040
"importlib-metadata; python_version < '3.8'"

sphinx-plugin/uv.lock

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

0 commit comments

Comments
 (0)