add "deflist" to myst_enable_extensions (to render GnuPG documentation excerpt in chapter 4)

This commit is contained in:
Heiko Schaefer 2023-11-16 19:26:48 +01:00
parent 8d21b15d56
commit 1b3a595815
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -36,6 +36,12 @@ numfig_secnum_depth = 0
# https://github.com/executablebooks/MyST-Parser/issues/352
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 -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-epub-output