diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-26 18:58:39 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-11-26 18:58:39 +0100 |
commit | 9b82cb06acaaea798e92d27056da43f633ac1345 (patch) | |
tree | 412c3b16d3f6453ad2700aae8acfc4d75f0cd182 | |
parent | More refactorization. (diff) | |
download | newspipe-9b82cb06acaaea798e92d27056da43f633ac1345.tar.gz newspipe-9b82cb06acaaea798e92d27056da43f633ac1345.tar.bz2 newspipe-9b82cb06acaaea798e92d27056da43f633ac1345.zip |
switch theme to classic
-rw-r--r-- | documentation/conf.py | 2 |
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 |