From cd3ff208989baab8d91c5ee67a1238ce80b1d185 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 29 Feb 2016 19:54:52 +0100 Subject: [PATCH] Remove unused pngmath Sphinx extension There's no RST file that uses ".. math" and thus the pngmath Sphinx extension is not used and can get removed. Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f0b7de0a35..0ba2b54d266 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -45,7 +45,6 @@ sys.path.insert(0, NEUTRON_DIR) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', - 'sphinx.ext.pngmath', 'sphinx.ext.graphviz', 'sphinx.ext.todo', 'oslosphinx']