From b98e5ee437bc4665a5029927f1434dcf649a64b8 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/source/conf.py b/book/source/conf.py index db227e5..402cd37 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -24,7 +24,9 @@ source_suffix = ['.md', '.rst'] templates_path = ['_templates'] exclude_patterns = [] - +myst_enable_extensions = [ + "deflist", +] # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output