Manual: Enable some more MySt extensions

This commit is contained in:
Ole Schütt 2023-11-17 12:38:29 +01:00 committed by Ole Schütt
parent e1b64ec72d
commit 5bd7b2de02

View file

@ -15,7 +15,12 @@ author = "CP2K Developers"
extensions = ["myst_parser", "sphinx_rtd_theme", "sphinx.ext.mathjax"]
myst_enable_extensions = ["dollarmath"]
myst_enable_extensions = [
"attrs_inline",
"dollarmath",
"smartquotes",
"strikethrough",
]
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "README.md"]