Add backslash line continuation to productionlist

Fixes sphinx-doc/sphinx#1027
This commit is contained in:
Jakob Lykke Andersen
2020-01-22 22:51:22 +01:00
parent c084c3f124
commit bcbb167b0d
5 changed files with 19 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ Features added
:py:meth:`.Sphinx.connect()`
* #3077: Implement the scoping for :rst:dir:`productionlist` as indicated
in the documentation.
* #1027: Support backslash line continuation in :rst:dir:`productionlist`.
Bugs fixed
----------