aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDougal Matthews2014-10-31 15:02:47 +0000
committerDougal Matthews2014-11-25 12:43:42 +0000
commitd72a56f37f59d0700d163b67d5af78fc545c91f7 (patch)
treee8c07bfcd82f4695bec6bb285e08e1634810a78b
parent6a10b90f72e2f36b1eae1da649eba758b1377be3 (diff)
downloaddjango-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.yml2
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
diff --git a/mkdocs.yml b/mkdocs.yml
index de4b9922..4e584009 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -52,6 +52,6 @@ pages:
- ['topics/credits.md', ]
site_dir: html
-theme_dir: docs/theme
+theme_dir: docs_theme
copyright: Copyright &copy; 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
google_analytics: ['UA-18852272-2', 'django-rest-framework.org']