[Python-checkins] devguide: Merge
antoine.pitrou
python-checkins at python.org
Mon Jan 24 01:06:02 CET 2011
antoine.pitrou pushed 83dfc751f623 to devguide:
http://hg.python.org/devguide/rev/83dfc751f623
changeset: 197:83dfc751f623
tag: tip
parent: 195:8cc4acfcdf87
parent: 196:4d0228f48934
user: Antoine Pitrou <solipsis at pitrou.net>
date: Mon Jan 24 01:05:30 2011 +0100
summary:
Merge
files:
conf.py
diff --git a/conf.py b/conf.py
--- a/conf.py
+++ b/conf.py
@@ -98,21 +98,7 @@
# 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 = {
- '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',
-}
+#html_theme_options = {}
# 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