From: Erik Faye-Lund Date: Tue, 30 Jun 2020 09:57:53 +0000 (+0200) Subject: gallium/docs: remove unused imgmath extension X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7940b47de646bf70027a433474056aaea31f563e;p=mesa.git gallium/docs: remove unused imgmath extension Acked-by: Alyssa Rosenzweig Acked-by: Eric Engestrom Part-of: --- diff --git a/src/gallium/docs/source/conf.py b/src/gallium/docs/source/conf.py index 53a20fd7985..a8aa6fb70bf 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.imgmath', 'sphinx.ext.graphviz', 'formatting'] +extensions = ['sphinx.ext.graphviz', 'formatting'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']