From 38378b161d583073782b0414d2a497b4d4a66cb2 2012-12-29 23:00:47
From: Bussonnier Matthias <bussonniermatthias@gmail.com>
Date: 2012-12-29 23:00:47
Subject: [PATCH] try to fix rtfd

---

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.