From eee5f987d29b54e71bd7da2ef83dade7254c9055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cha=C3=AFm=20De=20Mulder?= Date: Wed, 8 Mar 2017 19:44:02 +0100 Subject: [PATCH 1/2] fix issue #15469 Exponentially Weighed Windows page now shows formulas --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1e82dfca87d17..aaa57c849a38d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,8 +46,8 @@ 'ipython_sphinxext.ipython_console_highlighting', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', - 'sphinx.ext.pngmath', - 'sphinx.ext.ifconfig', + 'sphinx.ext.mathjax', + 'sphinx.ext.ifconfig', 'sphinx.ext.linkcode', ] From f4684fb3028dd7492d22b87dc2d99de49aaf18b5 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 9 Mar 2017 15:25:31 +0100 Subject: [PATCH 2/2] fixup whitespace --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index aaa57c849a38d..6840f76866d2c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', - 'sphinx.ext.ifconfig', + 'sphinx.ext.ifconfig', 'sphinx.ext.linkcode', ]