summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-08 18:51:39 (GMT)
committerFred Drake <fdrake@acm.org>2004-04-08 18:51:39 (GMT)
commit4cc425a0a3daa39f3e040765bef1c0019e93a6c2 (patch)
tree829ed5019feadae171e2686d2e0ccf4c47196b52 /Doc/tools
parent4f580e83945774ddc1e32f8a6fbd8f6b53c5984e (diff)
downloadcpython-4cc425a0a3daa39f3e040765bef1c0019e93a6c2.zip
cpython-4cc425a0a3daa39f3e040765bef1c0019e93a6c2.tar.gz
cpython-4cc425a0a3daa39f3e040765bef1c0019e93a6c2.tar.bz2
switch to PNG navigation icons by default
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/mkhowto4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/mkhowto b/Doc/tools/mkhowto
index 5c1d31c..21cd6fb 100755
--- a/Doc/tools/mkhowto
+++ b/Doc/tools/mkhowto
@@ -18,7 +18,7 @@ HTML options:
--split, -s Specify a section level for page splitting, default: %(max_split_depth)s.
--iconserver, -i Specify location of icons (default: ./).
--image-type Specify the image type to use in HTML output;
- values: gif (default), png.
+ values: gif, png (default).
--numeric Don't rename the HTML files; just keep node#.html for
the filenames.
--style Specify the CSS file to use for the output (filename,
@@ -83,7 +83,7 @@ class Options:
discard_temps = 1
have_temps = 0
icon_server = "."
- image_type = "gif"
+ image_type = "png"
logging = 0
max_link_depth = 3
max_split_depth = 6