Skip to content

fix: Pin docutils<=0.21.2 to fix rst2ansi incompatibility #3914

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

Merged
merged 4 commits into from
Aug 1, 2025

Conversation

jstvz
Copy link
Contributor

@jstvz jstvz commented Jul 31, 2025

Newer versions of docutils (>=0.22) are incompatible with the
unmaintained rst2ansi library, causing a ModuleNotFoundError on
startup when rst2ansi tries to import docutils.utils.error_reporting.

Fixes #3912
Closes #3913

Newer versions of `docutils` (>=0.22) are incompatible with the
unmaintained `rst2ansi` library, causing a `ModuleNotFoundError` on
startup when `rst2ansi` tries to import `docutils.utils.error_reporting`.
@jstvz jstvz requested a review from a team as a code owner July 31, 2025 20:14
jstvz added 3 commits July 31, 2025 13:22
- Handle MultiCommand missing command error in service connect
- Fix test inputs for confirmation prompts
- Remove deprecated parameter. Looks like this option is the new default
  behavior
I thought this was automated?
@jstvz jstvz merged commit e18861b into main Aug 1, 2025
24 of 26 checks passed
@jstvz jstvz deleted the dependency-pins branch August 1, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running CumulusCI commands fail from dependency docutils version 0.22.0
2 participants