From f3b2b1b0ac507ec2d39f872a4ee19899f89c5c9f Mon Sep 17 00:00:00 2001 From: tbittar Date: Wed, 15 May 2024 15:29:29 +0200 Subject: [PATCH] Fix pdf math rendering (#806) --- docs/pdf-doc-generation-with-sphinx/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pdf-doc-generation-with-sphinx/source/conf.py b/docs/pdf-doc-generation-with-sphinx/source/conf.py index 4042e318b..a4fd528e2 100644 --- a/docs/pdf-doc-generation-with-sphinx/source/conf.py +++ b/docs/pdf-doc-generation-with-sphinx/source/conf.py @@ -29,6 +29,9 @@ # ones. extensions = ["myst_parser"] +# For math parsing +myst_enable_extensions = ["dollarmath", "amsmath"] + # Auto-generated header anchors myst_heading_anchors = 4