diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-07 12:50:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-07 12:50:16 +0100 |
commit | cd553ba7e2f113dd5a000ad8d6812c79f5b0617b (patch) | |
tree | a501ce2933ccf0fd7099a2a1ef3f1540532d3141 /documentation | |
parent | Use the Python 3.5.0 runtime for Heroku. (diff) | |
parent | Updated README. (diff) | |
download | newspipe-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.py | 2 |
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 |