Fix #3664 relative to `\labelsep` setting in LaTeX fulllineitems

This also removes re-definition of description environment which is not
needed anymore as ``\labelsep`` is not modified.
This commit is contained in:
jfbu
2017-04-25 10:14:53 +02:00
parent 7897678777
commit 7c2f5f16eb
2 changed files with 8 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ Bugs fixed
* #3614: Sphinx crashes with requests-2.5.0
* #3618: autodoc crashes with tupled arguments
* #3664: No space after the bullet in items of a latex list produced by Sphinx
Testing
--------