From 7bc7e67fa5578a30c685418703f2bbce6ca90b3f Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Thu, 13 Dec 2012 16:34:59 +0100 Subject: [PATCH] user the release theme for the release documentation exort --- admin_manual/conf_releaase.py | 2 +- developer_manual/conf_release.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/conf_releaase.py b/admin_manual/conf_releaase.py index f40907e06..61208d01b 100644 --- a/admin_manual/conf_releaase.py +++ b/admin_manual/conf_releaase.py @@ -100,7 +100,7 @@ html_theme_path = ['../_shared_assets/themes'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'owncloud' +html_theme = 'owncloud_release' html_theme_options = { # "rightsidebar": "true", } diff --git a/developer_manual/conf_release.py b/developer_manual/conf_release.py index a7efbb649..d2d9556d3 100644 --- a/developer_manual/conf_release.py +++ b/developer_manual/conf_release.py @@ -99,7 +99,7 @@ html_theme_path = ['../_shared_assets/themes'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'owncloud' +html_theme = 'owncloud_release' html_theme_options = { # "rightsidebar": "true", }