diff options
author | Jakob Unterwurzacher | 2016-01-06 16:47:38 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-06 16:47:38 +0100 |
commit | 0581f4757114d2c387c9d31f227e419213a1b7f6 (patch) | |
tree | 1136f1a615ef421b55a8d1581f61462c2861f09b /xreadthedocs/js/theme.js | |
parent | 983193b48ae86035aa1ab866bc4e994793f0819b (diff) |
Drop syntax highlighting
Was not very useful for this use case and caused slow page rendering
Diffstat (limited to 'xreadthedocs/js/theme.js')
-rw-r--r-- | xreadthedocs/js/theme.js | 2 |
1 files changed, 1 insertions, 1 deletions
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("<div class='wy-table-responsive'></div>"); - hljs.initHighlightingOnLoad(); + // hljs.initHighlightingOnLoad(); $('table').addClass('docutils'); }); |