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
Significant updates to mistune have broken m2r, and it appears m2r is no longer maintained. There is a follow on effort called m2r2, but all it does is pin mistune==0.8.4 and break the sphinx linkages due to the minor name changes.
Need to go through all the repos and update setup.cfg to pin mistune<2.0.0 to fix this for the time being.