Description: Remove pngmath extension from Sphinx configuration
Author: Fabian Wolff <fabi.wolff@arcor.de>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923012
Forwarded: https://github.com/albertodemichelis/squirrel/issues/176
Applied-Upstream: https://github.com/albertodemichelis/squirrel/commit/ca2c74b319ce379a00b646750bbbcd6cb81a39ed
Last-Update: 2019-03-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,7 +30,7 @@
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
-    'sphinx.ext.pngmath',
+#    'sphinx.ext.pngmath',
 ]
 
 # Add any paths that contain templates here, relative to this directory.
