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 e6999078a9
commit b98e5ee437
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -24,7 +24,9 @@ source_suffix = ['.md', '.rst']
templates_path = ['_templates'] templates_path = ['_templates']
exclude_patterns = [] exclude_patterns = []
myst_enable_extensions = [
"deflist",
]
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output