Mesa (master): gallium/docs: use imgmath instead of pngmath

Eric Engeström eric_engestrom at kemper.freedesktop.org
Wed Feb 22 00:03:01 UTC 2017


Module: Mesa
Branch: master
Commit: 89af6bf2cb1c705cac2a9a7dd77bde5c1d3b0b99
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89af6bf2cb1c705cac2a9a7dd77bde5c1d3b0b99

Author: Eric Engestrom <eric.engestrom at imgtec.com>
Date:   Tue Feb 21 14:15:39 2017 +0000

gallium/docs: use imgmath instead of pngmath

	WARNING: sphinx.ext.pngmath has been deprecated. Please use
	sphinx.ext.imgmath instead.

Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py
index 5e8173d..c6039fb 100644
--- a/src/gallium/docs/source/conf.py
+++ b/src/gallium/docs/source/conf.py
@@ -22,7 +22,7 @@ sys.path.append(os.path.abspath('exts'))
 
 # 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.pngmath', 'sphinx.ext.graphviz', 'formatting']
+extensions = ['sphinx.ext.imgmath', 'sphinx.ext.graphviz', 'formatting']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']




More information about the mesa-commit mailing list