mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
The HTML4 writer depended on the `.last` selector, a class added by Sphinx directly on output. Both writers are not using that method anymore and instead relying on well supported CSS selectors. This actually also addresses a number of inconsistencies with margin spacing in lists. Version 0.4.3 and prior have a number of odd issues around nested lists that are resolved with this change.