diff --git a/docs/source/conf.py b/docs/source/conf.py index 6eeb9a3..20adecb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,6 +59,8 @@ extensions = [ if ON_RTD: # Remove extensions not currently supported on RTD extensions.remove('matplotlib.sphinxext.only_directives') + extensions.remove('matplotlib.sphinxext.mathmpl') + extensions.remove('matplotlib.sphinxext.plot_directive') extensions.remove('ipython_directive') # Add any paths that contain templates here, relative to this directory.