mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix long line.
This commit is contained in:
parent
bacb6435e4
commit
38bb370249
@ -260,6 +260,7 @@ class DocFieldTransformer(object):
|
||||
else:
|
||||
fieldtype, content = entry
|
||||
fieldtypes = types.get(fieldtype.name, {})
|
||||
new_list += fieldtype.make_field(fieldtypes, self.domain, content)
|
||||
new_list += fieldtype.make_field(fieldtypes, self.domain,
|
||||
content)
|
||||
|
||||
node.replace_self(new_list)
|
||||
|
Loading…
Reference in New Issue
Block a user