diff options
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'); }); |