We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a9a5d commit 71f8564Copy full SHA for 71f8564
2 files changed
CHANGES.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## Unreleased
4
+- Dependencies: Permitted installation of sphinx-design 0.7.0,
5
+ effectively enabling support for Sphinx 9.
6
7
## v0.4.1 - 2025-12-14
8
- Dependencies: Added compatibility with docutils 0.19 - 0.22
pyproject.toml
@@ -85,7 +85,7 @@ dependencies = [
85
"docutils<0.23",
86
"myst-parser",
87
"sphinx<10",
88
- "sphinx-design==0.6.1",
+ "sphinx-design>=0.6.1,<0.8",
89
"standard-imghdr; python_version>='3.13'",
90
]
91
optional-dependencies.develop = [
0 commit comments