[issue2421] doc\make.bat fails for htmlhelp because of hardcoded filename

Tim Golden report at bugs.python.org
Wed Mar 19 11:11:49 CET 2008


New submission from Tim Golden <mail at timgolden.me.uk>:

doc\make.bat, used to build the docs under Windows, retains the
hardcoded pydoc.hhp name when building htmlhelp. Now that the help files
are built as <release>.chm this file no longer exists and the build fails.

The attached patch to make.bat builds the htmlhelp from within a
temporary Python session which picks the correct filename up from conf.py.

----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
files: doc-make-r61620.patch
keywords: patch
messages: 64051
nosy: georg.brandl, tim.golden
severity: normal
status: open
title: doc\make.bat fails for htmlhelp because of hardcoded filename
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file9764/doc-make-r61620.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2421>
__________________________________


More information about the Python-bugs-list mailing list