summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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