From 49a68654530c4a559dac3df33e1b35261d19ff6e Mon Sep 17 00:00:00 2001 From: Andy Taylor Date: Tue, 30 Jan 2018 17:49:32 +1100 Subject: Remove syntax highlighting --- gocryptfs-readthedocs/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gocryptfs-readthedocs/js/theme.js') diff --git a/gocryptfs-readthedocs/js/theme.js b/gocryptfs-readthedocs/js/theme.js index dda9975..5c3e1ec 100644 --- a/gocryptfs-readthedocs/js/theme.js +++ b/gocryptfs-readthedocs/js/theme.js @@ -35,7 +35,7 @@ $( document ).ready(function() { // Make tables responsive $("table.docutils:not(.field-list)").wrap("
"); - hljs.initHighlightingOnLoad(); + //hljs.initHighlightingOnLoad(); $('table').addClass('docutils'); }); -- cgit v1.2.3