From e397fd3f5c1ba1acb6f2a235ab13bf1e9e3e6353 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 20 Nov 2012 19:08:44 +0100 Subject: [PATCH] use owncloud theme in all manuals --- admin_manual/conf.py | 2 +- user_manual/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 4926e8bc5..6de51487e 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.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 = 'bootstrap' +html_theme = 'owncloud' html_theme_options = { # "rightsidebar": "true", } diff --git a/user_manual/conf.py b/user_manual/conf.py index e02419f0e..6080eb39f 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.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 = 'bootstrap' +html_theme = 'owncloud' html_theme_options = { # "rightsidebar": "true", }