aboutsummaryrefslogtreecommitdiff
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-26 18:58:39 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-26 18:58:39 +0100
commit9b82cb06acaaea798e92d27056da43f633ac1345 (patch)
tree412c3b16d3f6453ad2700aae8acfc4d75f0cd182 /documentation/conf.py
parentMore refactorization. (diff)
downloadnewspipe-9b82cb06acaaea798e92d27056da43f633ac1345.tar.gz
newspipe-9b82cb06acaaea798e92d27056da43f633ac1345.tar.bz2
newspipe-9b82cb06acaaea798e92d27056da43f633ac1345.zip
switch theme to classic
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 972d748b..a849ee66 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'classic'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
bgstack15