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
e6999078a9
commit
b98e5ee437
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue