Skip to content

Commit f0a0436

Browse files
authored
Merge pull request #12675 from nicoddemus/pin-towncrier
Pin towncrier due to incompatibility with sphinxcontrib-towncrier
2 parents 8509fe8 + 303e5c5 commit f0a0436

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/en/broken-dep-constraints.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file contains transitive dependencies that need to be pinned for some reason.
2+
# Eventually this file will be empty, but in this case keep it around for future use.
3+
4+
# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier:
5+
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
6+
towncrier!=24.7.0,!=24.7.1

doc/en/requirements.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
-c broken-dep-constraints.txt
12
pluggy>=1.5.0
23
pygments-pytest>=2.3.0
34
sphinx-removed-in>=0.2.0
45
sphinx>=7
56
sphinxcontrib-trio
67
sphinxcontrib-svg2pdfconverter
7-
# Pin packaging because it no longer handles 'latest' version, which
8-
# is the version that is assigned to the docs.
9-
# See https://github.com/pytest-dev/pytest/pull/10578#issuecomment-1348249045.
10-
packaging
118
furo
129
sphinxcontrib-towncrier
1310
sphinx-issues

0 commit comments

Comments
 (0)