aboutsummaryrefslogtreecommitdiffstats
path: root/docs_theme/js/theme.js
diff options
context:
space:
mode:
authorTom Christie2014-12-10 14:22:00 +0000
committerTom Christie2014-12-10 14:22:00 +0000
commit01bb85e80a382977125fe3897c0bd6e217ca3fdc (patch)
tree5692f454027e0d9ee2e548907d11dd12fd29d721 /docs_theme/js/theme.js
parent6f434a67e78311e0a2d3d646b59d6bd64f65a776 (diff)
parent5fe5a9364466ad6696729c0a43ec88c568d113e9 (diff)
downloaddjango-rest-framework-01bb85e80a382977125fe3897c0bd6e217ca3fdc.tar.bz2
Merge pull request #2246 from d0ugal/mkdocs-theme
Syntax highlighting
Diffstat (limited to 'docs_theme/js/theme.js')
-rw-r--r--docs_theme/js/theme.js5
1 files changed, 5 insertions, 0 deletions
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');
+
+});