commit | 580bdb0ece681537eadb360f0c796123ead7a559 | [log] [tgz] |
---|---|---|
author | Tal Einat <taleinat+github@gmail.com> | Tue Sep 03 23:52:58 2019 +0300 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Tue Sep 03 16:52:58 2019 -0400 |
tree | a172256a3d4933baafa4dc1dbe0adf0ff2861993 | |
parent | 993ac92418839427d4068d6ae8e618b06b5d9294 [diff] |
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.