From 0bb34d092d717cded4f0458eed89c63e9c72c523 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 10 Jan 2022 21:24:09 +0100 Subject: [PATCH] docs: sphinx.ext.pngmath --> sphinx.ext.imgmath Fixes #157 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 15623ce9..2d9a7214 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ["sphinx.ext.autodoc", "sphinx.ext.pngmath", "sphinx.ext.viewcode"] +extensions = ["sphinx.ext.autodoc", "sphinx.ext.imgmath", "sphinx.ext.viewcode"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]