diff options
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index d5af442..ae1bcad 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -101,11 +101,11 @@ html_static_path = ['_static'] html_theme_path = ['_themes'] -html_theme = 'flask' +html_theme = 'flask_small' html_theme_options = { 'index_logo': 'blinker-named.png', - #'github_fork': 'jek/blinker' + 'github_fork': 'jek/blinker' } html_title = 'Blinker' |