mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fixes #3337: Ugly rendering of definition list term's classifier.
refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken. refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -33,6 +33,7 @@ Bugs fixed
|
||||
* #3315: Bibliography crashes on latex build with docclass 'memoir'
|
||||
* #3328: Could not refer rubric implicitly
|
||||
* #3329: emit warnings if po file is invalid and can't read it. Also writing mo too.
|
||||
* #3337: Ugly rendering of definition list term's classifier.
|
||||
|
||||
|
||||
Release 1.5.1 (released Dec 13, 2016)
|
||||
|
||||
Reference in New Issue
Block a user