[New-bugs-announce] [issue46463] escape4chm.py script causing AttributeError in docs build
Steve Dower
report at bugs.python.org
Fri Jan 21 15:17:55 EST 2022
New submission from Steve Dower <steve.dower at python.org>:
Exception occurred:
File "D:\a\1\s\Doc\tools\extensions\escape4chm.py", line 44, in fixup_keywords
with app.builder.open_file(outdir, outname + '.hhk', 'r') as f:
AttributeError: 'HTMLHelpBuilder' object has no attribute 'open_file'
The full traceback has been saved in C:\Users\VSSADM~1\AppData\Local\Temp\sphinx-err-9ikx8s0b.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
----------
assignee: steve.dower
components: Build, Documentation
messages: 411180
nosy: steve.dower
priority: normal
severity: normal
status: open
title: escape4chm.py script causing AttributeError in docs build
versions: Python 3.11
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46463>
_______________________________________
More information about the New-bugs-announce
mailing list