[Python-checkins] devguide: Style the devguide a bit differently from the default docs.

georg.brandl python-checkins at python.org
Sun Jan 23 20:07:36 CET 2011


georg.brandl pushed 8ef525742863 to devguide:

http://hg.python.org/devguide/rev/8ef525742863
changeset:   188:8ef525742863
tag:         tip
user:        Georg Brandl <georg at python.org>
date:        Sun Jan 23 20:05:49 2011 +0100
summary:
  Style the devguide a bit differently from the default docs.

files:
  conf.py

diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -98,7 +98,21 @@
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#html_theme_options = {}
+html_theme_options = {
+ 'headtextcolor':    '#a37e00',
+ 'linkcolor':        '#054f9c',
+ 'visitedlinkcolor': '#666677',
+ 'sidebarlinkcolor': '#f39e00',
+ 'sidebartextcolor': 'white',
+ 'relbarlinkcolor':  'white',
+ 'textcolor':        'white',
+ 'footertextcolor':  'white',
+ 'textcolor':        'black',
+ 'bgcolor':          'white',
+ 'sidebarbgcolor':   '#631e00',
+ 'footerbgcolor':    'black',
+ 'relbarbgcolor':    '#a34e00',
+}
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list