Mesa (master): gallium/docs: remove unused imgmath extension

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 1 07:39:19 UTC 2020


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jun 30 11:57:53 2020 +0200

gallium/docs: remove unused imgmath extension

Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Acked-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5691>

---

 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']



More information about the mesa-commit mailing list