mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Do not fail on footnotes directly following a heading
Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
a88e3023a8
commit
415fb44ace
1 changed files with 4 additions and 0 deletions
|
@ -42,3 +42,7 @@ html_theme_options = {
|
||||||
'show_relbars': 'yes',
|
'show_relbars': 'yes',
|
||||||
'show_powered_by': False,
|
'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
|
||||||
|
|
Loading…
Reference in a new issue