You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Pin docutils<=0.21.2 to fix rst2ansi incompatibility (SFDO-Tooling#3914)
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`.
FixesSFDO-Tooling#3912ClosesSFDO-Tooling#3913
Signed-off-by: Rupesh J <rupesh.j@salesforce.com>
0 commit comments