]> granicus.if.org Git - python/commitdiff
switch to PNG navigation icons by default
authorFred Drake <fdrake@acm.org>
Thu, 8 Apr 2004 18:51:39 +0000 (18:51 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 8 Apr 2004 18:51:39 +0000 (18:51 +0000)
Doc/tools/mkhowto

index 5c1d31cd69e168cd381be4b21224dd5e7bf15118..21cd6fb276c89a8b91f6e775f49ad4df5aac8a72 100755 (executable)
@@ -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