]> granicus.if.org Git - python/commit
bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)
authorTal Einat <taleinat+github@gmail.com>
Tue, 3 Sep 2019 20:52:58 +0000 (23:52 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 3 Sep 2019 20:52:58 +0000 (16:52 -0400)
commit580bdb0ece681537eadb360f0c796123ead7a559
treea172256a3d4933baafa4dc1dbe0adf0ff2861993
parent993ac92418839427d4068d6ae8e618b06b5d9294
bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)

The HTML5 output from Sphinx 2.x adds  '<p>' tags within list elements.  Using a new prevtag attribute, ignore these instead of emitting unwanted '\n\n'.

Also stop looking for 'first' classes on tags (no longer present) and fix the bug of double-spacing instead of single spacing after <pre> blocks.
Lib/idlelib/help.html
Lib/idlelib/help.py