summaryrefslogtreecommitdiff
path: root/sci-mathematics/gsl-shell/files/gsl-shell-2.3.2-sphinx-extmath-to-imgmath.patch
blob: 29ddaf2fd7104c90f11613539017971b024fdfe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/user-manual/conf.py b/doc/user-manual/conf.py
index 899f5d6..9475d85 100644
--- a/doc/user-manual/conf.py
+++ b/doc/user-manual/conf.py
@@ -25,7 +25,7 @@ import sys, os
 
 # 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.intersphinx', 'sphinx.ext.pngmath']
+extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.imgmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']