mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Change the default path to icons so that "mkhowto" does the "right thing" by
default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents.
This commit is contained in:
parent
de6977f441
commit
15a159c231
3 changed files with 5 additions and 3 deletions
|
@ -17,7 +17,7 @@ $NUMBERED_FOOTNOTES = 1;
|
|||
#
|
||||
$SHOW_SECTION_NUMBERS = 1;
|
||||
|
||||
$ICONSERVER = '../icons';
|
||||
$ICONSERVER = '.';
|
||||
$IMAGE_TYPE = 'gif';
|
||||
|
||||
# Control where the navigation bars should show up:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue