From 82aac067b67205840d818890e216a731eef03c2d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 4 Apr 2023 20:51:22 +0200 Subject: [PATCH] docs: add dollarmath myst extension Enables use of `$$...$$` math blocks, see https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#math-shortcuts --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ec5cba6..36823cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,7 @@ myst_enable_extensions = [ "attrs_inline", "colon_fence", "deflist", + "dollarmath", "fieldlist", ]