diff options
| author | Tom Christie | 2012-10-30 14:48:21 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-10-30 14:48:48 +0000 | 
| commit | 166025c0fcd0cfdcac1dbcbf31dbfc1d43f666b4 (patch) | |
| tree | adfd5437103820794e346aac2afb2566b1c93c0d /mkdocs.py | |
| parent | 1b62efe45e3a318bf679e6c8f053e400c243c145 (diff) | |
| download | django-rest-framework-166025c0fcd0cfdcac1dbcbf31dbfc1d43f666b4.tar.bz2 | |
Package and doc tweaks
Diffstat (limited to 'mkdocs.py')
| -rwxr-xr-x | mkdocs.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -18,7 +18,7 @@ if local:      index = 'index.html'  else:      base_url = 'http://django-rest-framework.org' -    suffix = '' +    suffix = '.html'      index = '' | 
