From 35baf510eaa7ca6dc90df98548a143c6fc0d61d6 Mon Sep 17 00:00:00 2001 From: Isaac Meyer Date: Wed, 18 Jul 2018 15:44:45 -0500 Subject: [PATCH] changed to sphinx_numfig --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e609aabe14..eeecba23e4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,8 +54,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode', 'sphinx.ext.imgconverter', - 'sphinx.ext.numfig', - #'sphinx_numfig', + 'sphinx_numfig', 'notebook_sphinxext'] # Add any paths that contain templates here, relative to this directory.