From: Eric Engestrom Date: Tue, 21 Feb 2017 14:15:39 +0000 (+0000) Subject: gallium/docs: use imgmath instead of pngmath X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89af6bf2cb1c705cac2a9a7dd77bde5c1d3b0b99;p=mesa.git 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 Reviewed-by: Ilia Mirkin --- diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 5e8173d869f..c6039fbe8d1 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']