aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:50:16 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-07 12:50:16 +0100
commitcd553ba7e2f113dd5a000ad8d6812c79f5b0617b (patch)
treea501ce2933ccf0fd7099a2a1ef3f1540532d3141 /documentation
parentUse the Python 3.5.0 runtime for Heroku. (diff)
parentUpdated README. (diff)
downloadnewspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.tar.gz
newspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.tar.bz2
newspipe-cd553ba7e2f113dd5a000ad8d6812c79f5b0617b.zip
Merge branch 'master' of github.com:JARR-aggregator/JARR
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 8a381a7c..9e41bed4 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 = 'classic'
+html_theme = 'alabaster'
# 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