New submission from Tal Einat <talei...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to