From 40cb0190fc811d33727737aa8689d637c4e5bb51 Mon Sep 17 00:00:00 2001 From: Ovv Date: Tue, 27 Feb 2018 13:44:18 +0100 Subject: [PATCH] Sphinx warning pngpath to imgpath --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ec7ac4bdf..7cf8c9fe1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', - 'sphinx.ext.pngmath', + 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', ]