From 090ada4e77eca7dbdbdca962547667a9b7e19c08 Mon Sep 17 00:00:00 2001 From: fchollet Date: Sat, 27 Jun 2015 20:29:07 -0700 Subject: [PATCH] Fix mkdocs.yml --- docs/mkdocs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f8c2d0c7c..2ec3f3aae 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,12 +1,10 @@ site_name: Keras Documentation -theme: readthedocs +#theme: readthedocs docs_dir: sources repo_url: http://github.com/fchollet/keras -site_url: / -#theme_dir: theme +site_url: http://keras.io/ +theme_dir: theme site_description: Documentation for fast and lightweight Keras Deep Learning library. -include_404: true -include_search: true dev_addr: '0.0.0.0:8000' google_analytics: ['UA-61785484-1', 'keras.io']