diff options
| author | Tom Christie | 2012-09-07 15:25:58 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-09-07 15:25:58 -0700 |
| commit | 8f119a8c34c1ebb3cf82152aa7900d316f64c0d8 (patch) | |
| tree | 66b91abceb1d13adfa4100ce7a9eeafab1c8b428 /mkdocs.py | |
| parent | 80c50bfd2d8680d4836ccf0f3594518622dfec02 (diff) | |
| parent | f95f96aba7c7f1ea26af09b9e768d5c8997bac98 (diff) | |
| download | django-rest-framework-8f119a8c34c1ebb3cf82152aa7900d316f64c0d8.tar.bz2 | |
Merge pull request #253 from droptype/rf2-docfixes
Fixes for the documentation styles
Diffstat (limited to 'mkdocs.py')
| -rwxr-xr-x | mkdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ sub_header = '<li><a href="#{{ anchor }}">{{ title }}</a></li>' page = open(os.path.join(docs_dir, 'template.html'), 'r').read() # Copy static files -for static in ['css', 'js']: +for static in ['css', 'js', 'img']: source = os.path.join(docs_dir, 'static', static) target = os.path.join(html_dir, static) if os.path.exists(target): |
