summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2012-10-20 19:38:33 -0400
committerIan Ward <ian@excess.org>2012-10-20 19:38:33 -0400
commit1f4a406ef6a842b9a9e564445e10cc34720e1056 (patch)
tree02b4674f4b9efc78e8ae1605fc709f1c703a51a0 /docs/conf.py
parentdacc2e0a13247898ff317388ed5f2d4fd330f8cd (diff)
downloadurwid-1f4a406ef6a842b9a9e564445e10cc34720e1056.tar.gz
docs: theme tweaks
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9384dfd..e612f89 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -104,13 +104,13 @@ html_style = None # make readthedocs really use the default theme
html_theme_options = {
'sidebarbgcolor':'#263193',
'sidebarbtncolor':'#263193',
- 'footerbgcolor':'#2a1b5c',
- 'relbarbgcolor':'#2a1b5c',
+ 'footerbgcolor':'#181035',
+ 'relbarbgcolor':'#181035',
'sidebarlinkcolor':'#aabee8',
'linkcolor':'#263193',
'visitedlinkcolor':'#263193',
- 'headtextcolor':'#2a1b5c',
- 'headlinkcolor':'#2a1b5c',
+ 'headtextcolor':'#181035',
+ 'headlinkcolor':'#181035',
'collapsiblesidebar': True,
}
@@ -119,7 +119,7 @@ html_theme_options = {
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = "Urwid %s Documentation" % (release,)
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
@@ -158,7 +158,7 @@ html_additional_pages = {
}
# If false, no module index is generated.
-#html_domain_indices = True
+html_domain_indices = False
# If false, no index is generated.
#html_use_index = True