From: Diane Trout <diane@ghic.org>
Date: Mon, 19 Oct 2020 10:06:35 -0700
Subject: Disable links to sourceless plots that contain off system links.

Forwarded: No
---
 docs/source/diagnostics-local.rst | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/source/diagnostics-local.rst b/docs/source/diagnostics-local.rst
index b2f8301..2948269 100644
--- a/docs/source/diagnostics-local.rst
+++ b/docs/source/diagnostics-local.rst
@@ -180,9 +180,7 @@ These can be analyzed separately or viewed in a bokeh plot using the provided
 
 .. 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
@@ -196,9 +194,7 @@ stack of plots aligned along the x-axis:
 
 .. 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:
