Skip to content

Commit 22e02a1

Browse files
committed
Dependencies: Account for removal of docutils.utils.roman
1 parent 10f4f9d commit 22e02a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44
- Dependencies: Added compatibility with docutils 0.21 and 0.22
55
- Dependencies: Added compatibility with sphinx 7 and 8
6+
- Dependencies: Accounted for removal of `docutils.utils.roman`
67

78
## v0.4.0 - 2024-06-27
89
- Dependencies: Update to sphinx-design 0.6.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ dynamic = [
8383
dependencies = [
8484
"beautifulsoup4",
8585
"myst-parser",
86+
"roman-numerals-py>=1.0.0",
8687
"sphinx<9",
8788
"sphinx-design==0.6.1",
8889
"standard-imghdr; python_version>='3.13'",

0 commit comments

Comments
 (0)