From 244b627bd3b8a380d329362b82766594e2ccc9f3 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Sun, 21 Aug 2016 18:41:53 -0400 Subject: [PATCH] Don't display injected doc content (#464) --- docs/source/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/_static/style.css b/docs/source/_static/style.css index dacd8efb..58912db6 100644 --- a/docs/source/_static/style.css +++ b/docs/source/_static/style.css @@ -32,3 +32,7 @@ tt.xref, code.xref, a tt { pre { background: #ecf0f3; } + +.injected { + display: none; +}