We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docutils.utils.roman
1 parent 10f4f9d commit 22e02a1Copy full SHA for 22e02a1
2 files changed
CHANGES.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
- Dependencies: Added compatibility with docutils 0.21 and 0.22
5
- Dependencies: Added compatibility with sphinx 7 and 8
6
+- Dependencies: Accounted for removal of `docutils.utils.roman`
7
8
## v0.4.0 - 2024-06-27
9
- Dependencies: Update to sphinx-design 0.6.0
pyproject.toml
@@ -83,6 +83,7 @@ dynamic = [
83
dependencies = [
84
"beautifulsoup4",
85
"myst-parser",
86
+ "roman-numerals-py>=1.0.0",
87
"sphinx<9",
88
"sphinx-design==0.6.1",
89
"standard-imghdr; python_version>='3.13'",
0 commit comments