We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf4b61 commit 7c6490bCopy full SHA for 7c6490b
pyproject.toml
@@ -63,7 +63,9 @@ docs = [
63
"sphinx",
64
"sphinx-notfound-page",
65
"sphinxcontrib-towncrier",
66
- "towncrier",
+ # See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
67
+ # Pin also present in tox.ini
68
+ "towncrier<24.7",
69
]
70
dev = ["attrs[tests]", "pre-commit"]
71
tox.ini
@@ -101,7 +101,9 @@ commands = pre-commit run --all-files
101
102
103
[testenv:changelog]
104
-deps = towncrier
+# See https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
105
+# Pin also present in pyproject.toml
106
+deps = towncrier<24.7
107
skip_install = true
108
commands =
109
towncrier --version
0 commit comments