From 7940b47de646bf70027a433474056aaea31f563e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 30 Jun 2020 11:57:53 +0200 Subject: [PATCH] gallium/docs: remove unused imgmath extension Acked-by: Alyssa Rosenzweig Acked-by: Eric Engestrom Part-of: --- 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 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'] -- 2.30.2