From 70fb2ec774c0981eb446c32124ffb45223ba1d8a Mon Sep 17 00:00:00 2001 From: Kristian Ullrich Date: Thu, 21 Sep 2023 16:56:36 +0200 Subject: [PATCH] # try mathjax to render math equations --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index b5a77a4..b2a465c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,6 +24,7 @@ "sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx.ext.imgmath", + "sphinx.ext.mathjax", "nbsphinx", ]