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
Subject: KeyError on literal_block in new Latex transform
Problem
The new Latex math transform added in 489d86d assumes all docutils.nodes.container has the literal_block attribute, but extensions (e.g., Breathe) add containers as well without that attribute. Is the visitor matching the right node type?