diff options
| author | Dougal Matthews | 2014-10-31 15:02:47 +0000 | 
|---|---|---|
| committer | Dougal Matthews | 2014-11-25 12:43:42 +0000 | 
| commit | d72a56f37f59d0700d163b67d5af78fc545c91f7 (patch) | |
| tree | e8c07bfcd82f4695bec6bb285e08e1634810a78b | |
| parent | 6a10b90f72e2f36b1eae1da649eba758b1377be3 (diff) | |
| download | django-rest-framework-d72a56f37f59d0700d163b67d5af78fc545c91f7.tar.bz2 | |
Move the docs theme out of the docs folder.
| -rw-r--r-- | docs_theme/404.html (renamed from docs/theme/404.html) | 0 | ||||
| -rw-r--r-- | docs_theme/base.html (renamed from docs/theme/base.html) | 0 | ||||
| -rw-r--r-- | docs_theme/nav.html (renamed from docs/theme/nav.html) | 0 | ||||
| -rw-r--r-- | mkdocs.yml | 2 | 
4 files changed, 1 insertions, 1 deletions
| diff --git a/docs/theme/404.html b/docs_theme/404.html index 864247e7..864247e7 100644 --- a/docs/theme/404.html +++ b/docs_theme/404.html diff --git a/docs/theme/base.html b/docs_theme/base.html index 4ca6cd81..4ca6cd81 100644 --- a/docs/theme/base.html +++ b/docs_theme/base.html diff --git a/docs/theme/nav.html b/docs_theme/nav.html index a7a72d68..a7a72d68 100644 --- a/docs/theme/nav.html +++ b/docs_theme/nav.html @@ -52,6 +52,6 @@ pages:   - ['topics/credits.md', ]  site_dir: html -theme_dir: docs/theme +theme_dir: docs_theme  copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.  google_analytics: ['UA-18852272-2', 'django-rest-framework.org'] | 
