diff --git a/docs/conf.py b/docs/conf.py index 0ec68642bb..079b220b4a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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"]