Hopefully fix doc builds on RTD

This commit is contained in:
Paul Romano 2019-03-07 11:13:51 -06:00
parent 0f2a4f9eeb
commit 4a5763bb37

View file

@ -53,9 +53,10 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.imgconverter',
'sphinx_numfig',
'notebook_sphinxext']
if not on_rtd:
extensions.append('sphinx.ext.imgconverter')
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']