From 1b3a595815d67284aa965b62322e428746d39bb8 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 16 Nov 2023 19:26:48 +0100 Subject: [PATCH] add "deflist" to myst_enable_extensions (to render GnuPG documentation excerpt in chapter 4) --- book/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/source/conf.py b/book/source/conf.py index 2f9972d..9c10089 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -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