Use proper theme

This commit is contained in:
Lukas Reschke 2016-06-12 17:18:11 +02:00
parent 7050a6995f
commit 3d9ead13f5
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C

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 = 'owncloud_org'
html_theme = 'nextcloud_com'
html_theme_options = {
# "rightsidebar": "true",
}