This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doc\make.bat fails for htmlhelp because of hardcoded filename
Type: behavior Stage:
Components: Documentation tools (Sphinx) Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: .chm build process on Windows doesn't use the right filename
View: 5444
Assigned To: christian.heimes Nosy List: christian.heimes, georg.brandl, tim.golden
Priority: normal Keywords: patch

Created on 2008-03-19 10:11 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-make-r61620.patch tim.golden, 2008-03-19 10:11 Patch against r61620 of doc/make.bat
Messages (1)
msg64051 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2008-03-19 10:11
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.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46673
2009-04-05 16:29:36georg.brandlsetstatus: open -> closed
resolution: duplicate
superseder: .chm build process on Windows doesn't use the right filename
2008-03-19 18:13:22georg.brandlsetassignee: georg.brandl -> christian.heimes
nosy: + christian.heimes
2008-03-19 10:11:47tim.goldencreate