From dbc5c066c2219a0ef8a0c2197b5f163b06cf57c2 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 10 Dec 2014 11:33:30 +0000 Subject: Add a theme.js file to enable highlighing --- docs_theme/js/theme.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs_theme/js/theme.js (limited to 'docs_theme/js/theme.js') diff --git a/docs_theme/js/theme.js b/docs_theme/js/theme.js new file mode 100644 index 00000000..73607be5 --- /dev/null +++ b/docs_theme/js/theme.js @@ -0,0 +1,5 @@ +$(function(){ + + $('pre code').parent().addClass('prettyprint well'); + +}); -- cgit v1.2.3