mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 11:49:40 +02:00
add "deflist" to myst_enable_extensions (to render GnuPG documentation excerpt in chapter 4)
This commit is contained in:
parent
8d21b15d56
commit
1b3a595815
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ numfig_secnum_depth = 0
|
||||||
# https://github.com/executablebooks/MyST-Parser/issues/352
|
# https://github.com/executablebooks/MyST-Parser/issues/352
|
||||||
myst_footnote_transition = False
|
myst_footnote_transition = False
|
||||||
|
|
||||||
|
# Enable definition lists
|
||||||
|
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-definition-lists
|
||||||
|
myst_enable_extensions = [
|
||||||
|
"deflist",
|
||||||
|
]
|
||||||
|
|
||||||
# -- Options for EPUB output -------------------------------------------------
|
# -- Options for EPUB output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue