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
I use the latest docutils version to trigger the issue, 0.21.2; and it all goes away by reverting the nowrap-->no-wrap change made in #13264 in mathjax.py
How to Reproduce
Run pytest for MyST-NB with development version of sphinx and latest release docutils
Environment Information
Please paste all output below into the bug report template
Platform: darwin; (macOS-12.5.1-arm64-arm-64bit)
Python version: 3.12.1 (main, Dec 22 2023, 11:59:08) [Clang 14.0.0 (clang-1400.0.29.202)])
Python implementation: CPython
Sphinx version: 8.2.0
Docutils version: 0.21.2
Jinja2 version: 3.1.4
Pygments version: 2.18.0
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered:
I encourage you to make a similar change to #13264, to support the :no-wrap: option in your directives downstream. I will attempt to resolve the KeyError here, though.
Describe the bug
I suspect the rename PR in #13264 has some unintended consequences. We started seeing this following KeyError error in the CI for MyST-NB:
I use the latest docutils version to trigger the issue, 0.21.2; and it all goes away by reverting the
nowrap
-->no-wrap
change made in #13264 in mathjax.pyHow to Reproduce
Run pytest for MyST-NB with development version of sphinx and latest release docutils
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: