Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #12675/f0a0436d backport][8.3.x] Pin towncrier due to incompatibility with sphinxcontrib-towncrier #12676

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/en/broken-dep-constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file contains transitive dependencies that need to be pinned for some reason.
# Eventually this file will be empty, but in this case keep it around for future use.

# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier:
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
towncrier!=24.7.0,!=24.7.1
5 changes: 1 addition & 4 deletions doc/en/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
-c broken-dep-constraints.txt
pluggy>=1.5.0
pygments-pytest>=2.3.0
sphinx-removed-in>=0.2.0
sphinx>=7
sphinxcontrib-trio
sphinxcontrib-svg2pdfconverter
# Pin packaging because it no longer handles 'latest' version, which
# is the version that is assigned to the docs.
# See https://github.com/pytest-dev/pytest/pull/10578#issuecomment-1348249045.
packaging
furo
sphinxcontrib-towncrier
sphinx-issues
Loading