##// END OF EJS Templates
try to fix rtfd
Bussonnier Matthias -
Show More
@@ -59,6 +59,8 b' extensions = ['
59 if ON_RTD:
59 if ON_RTD:
60 # Remove extensions not currently supported on RTD
60 # Remove extensions not currently supported on RTD
61 extensions.remove('matplotlib.sphinxext.only_directives')
61 extensions.remove('matplotlib.sphinxext.only_directives')
62 extensions.remove('matplotlib.sphinxext.mathmpl')
63 extensions.remove('matplotlib.sphinxext.plot_directive')
62 extensions.remove('ipython_directive')
64 extensions.remove('ipython_directive')
63
65
64 # Add any paths that contain templates here, relative to this directory.
66 # Add any paths that contain templates here, relative to this directory.
General Comments 0
You need to be logged in to leave comments. Login now