Author: Diane Trout <diane@ghic.org>
Description: Disable links to sourceless plots that contain off system links.
Forwarded: No

--- a/docs/source/diagnostics-local.rst
+++ b/docs/source/diagnostics-local.rst
@@ -182,9 +182,7 @@
 
 .. raw:: html
 
-    <iframe src="_static/profile.html"
-            marginwidth="0" marginheight="0" scrolling="no"
-            width="650" height="300" style="border:none"></iframe>
+    <p>Example disable for privacy protection</p>
 
 To view multiple profilers at the same time, the ``dask.diagnostics.visualize``
 function can be used. This takes a list of profilers, and creates a vertical
@@ -198,9 +196,7 @@
 
 .. raw:: html
 
-    <iframe src="_static/stacked_profile.html"
-            marginwidth="0" marginheight="0" scrolling="no"
-            width="650" height="700" style="border:none"></iframe>
+    <p>Example disable for privacy protection</p>
 
 
 Looking at the above figure, from top to bottom:
