Fix "make html" to be able to build all docs again

This commit is contained in:
Joas Schilling
2016-07-13 12:02:14 +02:00
parent 9721805124
commit c01e4a0d67
5 changed files with 7 additions and 12 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 = 'owncloud_org'
html_theme = 'nextcloud_com'
html_theme_options = {
# "rightsidebar": "true",
}