diff --git a/docs/source/conf.py b/docs/source/conf.py index 7ba055b..da1b2e3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,6 +20,22 @@ extensions = [ 'myst_parser', ] +myst_enable_extensions = [ + "amsmath", + "colon_fence", + "deflist", + "dollarmath", + "fieldlist", + "html_admonition", + "html_image", + "linkify", + "replacements", + "smartquotes", + "strikethrough", + "substitution", + "tasklist", +] + intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),