-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
Describe the bug
Admonitions in Sphinx 4.4.0 with MyST lack a closing div. As a result, all content after the admonition becomes part of the admonition content.
Downgrading Sphinx to 4.3.2 resolves the issue.
How to Reproduce
```{note}
This is my note
```
This content gets pulled into the note.
Expected behavior
No response
Your project
https://github.com/plone/documentation
Screenshots
No response
OS
macOS 10.15
Python version
3.10.1
Sphinx version
4.4.0
Sphinx extensions
No response
Extra tools
No response
Additional context
No response