diff options
author | jason kirtland <jek@discorporate.us> | 2013-07-04 15:20:32 +0200 |
---|---|---|
committer | jason kirtland <jek@discorporate.us> | 2013-07-04 15:20:32 +0200 |
commit | 581fc1c75940883fc42a328db267053b2ac96981 (patch) | |
tree | 936161beb6f5ee05e7e3b18fb8fb8690779198c5 /docs/source/conf.py | |
parent | ae5ddceeb46f18d1b7fb86532a1aa0fd1bbab503 (diff) | |
download | blinker-581fc1c75940883fc42a328db267053b2ac96981.tar.gz |
Switch to single page doc style & some corresponding edits.
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' |