From 0581f4757114d2c387c9d31f227e419213a1b7f6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 6 Jan 2016 16:47:38 +0100 Subject: Drop syntax highlighting Was not very useful for this use case and caused slow page rendering --- xreadthedocs/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xreadthedocs/base.html') diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html index 94a7302..23e45eb 100644 --- a/xreadthedocs/base.html +++ b/xreadthedocs/base.html @@ -15,7 +15,7 @@ - + {%- for path in extra_css %} {%- endfor %} @@ -28,7 +28,7 @@ {% endif %} - + {%- block extrahead %} {% endblock %} -- cgit v1.2.3