Do not fail on footnotes directly following a heading

Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
David Runge 2023-11-02 16:30:06 +01:00
parent a88e3023a8
commit 415fb44ace
No known key found for this signature in database
GPG key ID: 90D4B9641E092971

View file

@ -42,3 +42,7 @@ html_theme_options = {
'show_relbars': 'yes',
'show_powered_by': False,
}
# we want to circumvent obscure warnings about footnotes following a heading:
# https://github.com/executablebooks/MyST-Parser/issues/352
myst_footnote_transition = False