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