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/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xreadthedocs/js/theme.js') diff --git a/xreadthedocs/js/theme.js b/xreadthedocs/js/theme.js index 6396162..d7c5908 100644 --- a/xreadthedocs/js/theme.js +++ b/xreadthedocs/js/theme.js @@ -19,7 +19,7 @@ $( document ).ready(function() { // Make tables responsive $("table.docutils:not(.field-list)").wrap("
"); - hljs.initHighlightingOnLoad(); + // hljs.initHighlightingOnLoad(); $('table').addClass('docutils'); }); -- cgit v1.2.3