We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0ac49 commit 55885c8Copy full SHA for 55885c8
docs/changes.rst
@@ -31,6 +31,8 @@ Released: not yet
31
32
* Test: Fixed new issues raised by pylint 4.0.0.
33
34
+* Dev: Added dependencies for Sphinx.
35
+
36
**Enhancements:**
37
38
**Cleanup:**
minimum-constraints-develop.txt
@@ -66,6 +66,9 @@ sphinxcontrib-serializinghtml==1.1.9; python_version >= '3.9'
66
sphinxcontrib-websupport==1.2.4
67
autodocsumm==0.2.12
68
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
72
73
# PyLint (no imports, invoked via pylint script)
74
pylint==3.0.1; python_version == '3.8'
0 commit comments