summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-02-21 14:15:39 +0000
committerEric Engestrom <[email protected]>2017-02-22 00:01:08 +0000
commit89af6bf2cb1c705cac2a9a7dd77bde5c1d3b0b99 (patch)
tree234e32b6322ecad5be3847ef1a4ac3b68729c621 /src/gallium/docs
parentd88a0dffe3dac8d82edfe17c8ec4198b76ef1983 (diff)
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 <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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']