New submission from Tim Golden <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2421>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to