diff options
| author | Tom Christie | 2014-12-10 14:22:00 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-10 14:22:00 +0000 |
| commit | 01bb85e80a382977125fe3897c0bd6e217ca3fdc (patch) | |
| tree | 5692f454027e0d9ee2e548907d11dd12fd29d721 /docs_theme/base.html | |
| parent | 6f434a67e78311e0a2d3d646b59d6bd64f65a776 (diff) | |
| parent | 5fe5a9364466ad6696729c0a43ec88c568d113e9 (diff) | |
| download | django-rest-framework-01bb85e80a382977125fe3897c0bd6e217ca3fdc.tar.bz2 | |
Merge pull request #2246 from d0ugal/mkdocs-theme
Syntax highlighting
Diffstat (limited to 'docs_theme/base.html')
| -rw-r--r-- | docs_theme/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs_theme/base.html b/docs_theme/base.html index 25bd33ef..b3066eb3 100644 --- a/docs_theme/base.html +++ b/docs_theme/base.html @@ -169,6 +169,7 @@ <script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script> <script src="{{ base_url }}/js/prettify-1.0.js"></script> <script src="{{ base_url }}/js/bootstrap-2.1.1-min.js"></script> + <script src="{{ base_url }}/js/theme.js"></script> <script> //$('.side-nav').scrollspy() |
