From d2f30c33310d65e2e998c936e2bc9cc2fa9bf920 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 18 Mar 2015 15:10:52 -0400 Subject: [PATCH] Change sphinx.ext.numfig to sphinx_numfig --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 06f8a39a34..2202c3ca63 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../sphinxext')) # 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.pngmath', 'sphinxcontrib.tikz', 'sphinx.ext.numfig'] +extensions = ['sphinx.ext.pngmath', 'sphinxcontrib.tikz', 'sphinx_numfig'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']