aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:06:18 +0000
committerTom Christie2014-11-25 16:06:18 +0000
commit84b34d43307704ad8240b871a48dcd6e73848cd1 (patch)
treee2f4036fa043ec501d5c85ae3e7e8fb91408f051
parent929135ea58d5a41f1980d23280c6ae65bb5b3443 (diff)
downloaddjango-rest-framework-84b34d43307704ad8240b871a48dcd6e73848cd1.tar.bz2
Use default 'site' directory for docs builds
-rw-r--r--.gitignore2
-rw-r--r--mkdocs.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ae73f837..2bdf8f7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
*~
.*
-html/
+site/
htmlcov/
coverage/
build/
diff --git a/mkdocs.yml b/mkdocs.yml
index 925586d1..f956ecf0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,6 +4,8 @@ site_description: Django REST framework - Web APIs for Django
repo_url: https://github.com/tomchristie/django-rest-framework
+theme_dir: docs_theme
+
pages:
- ['index.md', ]
- ['tutorial/quickstart.md', ]
@@ -52,7 +54,5 @@ pages:
- ['topics/release-notes.md', 'Topics', 'Release Notes']
- ['topics/credits.md', 'Topics', 'Credits']
-site_dir: html
-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']