File 0007-use-sphinx.ext.imgmath.patch of Package openlmi-providers
From 253f08bfc8efeed093a94c5bddc35c6986151c32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Mon, 30 Sep 2019 11:27:29 +0200
Subject: [PATCH 07/22] use sphinx.ext.imgmath
See https://github.com/sphinx-doc/sphinx/issues/6182
---
doc/admin/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/admin/conf.py b/doc/admin/conf.py
index bee3cefe9cee..224d9c2814e5 100644
--- a/doc/admin/conf.py
+++ b/doc/admin/conf.py
@@ -32,7 +32,7 @@ includeClasses = True
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.todo',
- 'sphinx.ext.pngmath',
+ 'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx']
--
2.23.0