mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Change the suggestions pointer at the bottom of generated HTML pages.
This commit is contained in:
parent
c6d45afb1b
commit
5bd608d46e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ BUILDINDEX=$(TOOLSDIR)/buildindex.py
|
|||
# make it clear to l2h, since our support only generates HTML 4.0
|
||||
L2HARGS= -html_version 4.0
|
||||
|
||||
PYTHONDOCS='<hr>Send comments on this document to <a href="mailto:python-docs@python.org">python-docs@python.org</a>.'
|
||||
PYTHONDOCS='<hr>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.'
|
||||
HTMLBASE= file:`pwd`
|
||||
|
||||
INDEXFILES=api/api.html \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue