mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-03 09:53:01 -05:00
Re-add spacing between parameter name and description.
This commit is contained in:
@@ -147,7 +147,7 @@ def handle_doc_fields(node):
|
||||
dlitem = nodes.list_item()
|
||||
dlpar = nodes.paragraph()
|
||||
dlpar += nodes.emphasis(obj, obj)
|
||||
dlpar += nodes.Text('', ' -- ')
|
||||
dlpar += nodes.Text(' -- ', ' -- ')
|
||||
dlpar += children
|
||||
param_nodes[obj] = dlpar
|
||||
dlitem += dlpar
|
||||
|
||||
Reference in New Issue
Block a user