Skip to content

Commit 55885c8

Browse files
authored
Added dependencies for Sphinx (#236)
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent bf0ac49 commit 55885c8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Released: not yet
3131

3232
* Test: Fixed new issues raised by pylint 4.0.0.
3333

34+
* Dev: Added dependencies for Sphinx.
35+
3436
**Enhancements:**
3537

3638
**Cleanup:**

minimum-constraints-develop.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ sphinxcontrib-serializinghtml==1.1.9; python_version >= '3.9'
6666
sphinxcontrib-websupport==1.2.4
6767
autodocsumm==0.2.12
6868
Babel==2.11.0
69+
# Sphinx 8.2.0 started using roman-numerals-py
70+
roman-numerals-py==4.1.0
71+
roman-numerals==4.1.0
6972

7073
# PyLint (no imports, invoked via pylint script)
7174
pylint==3.0.1; python_version == '3.8'

0 commit comments

Comments
 (0)