summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2013-07-04 15:20:32 +0200
committerjason kirtland <jek@discorporate.us>2013-07-04 15:20:32 +0200
commit581fc1c75940883fc42a328db267053b2ac96981 (patch)
tree936161beb6f5ee05e7e3b18fb8fb8690779198c5 /docs/source/conf.py
parentae5ddceeb46f18d1b7fb86532a1aa0fd1bbab503 (diff)
downloadblinker-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.py4
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'