use owncloud theme in all manuals

This commit is contained in:
Daniel Molkentin
2012-11-20 19:08:44 +01:00
parent f818e09525
commit e397fd3f5c
2 changed files with 2 additions and 2 deletions

View File

@@ -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",
}

View File

@@ -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",
}