[New-bugs-announce] [issue38022] IDLE: Upgrade help.html to sphinx 2

Tal Einat report at bugs.python.org
Tue Sep 3 15:03:42 EDT 2019


New submission from Tal Einat <taleinat at gmail.com>:

The rest of our docs use version 2.x of Sphinx with its new HTML5 output writer.  However, IDLE's help.html is a version of idle.rst rendered with the old writer, via the `-D html4_writer=1` command line parameter.

The reason for this is that the new output is slightly different, and causes some regression in how IDLE's HTML help renderer displays the help information.

I propose to upgrade the IDLE HTML help renderer to properly handle the new output.

----------
assignee: terry.reedy
components: IDLE
messages: 351097
nosy: taleinat, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE: Upgrade help.html to sphinx 2
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38022>
_______________________________________


More information about the New-bugs-announce mailing list