diff options
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 = '' | 
