Merge "Write sphinxext debug tempfile with linebreaks"
This commit is contained in:
commit
8c80590e8f
@ -328,7 +328,7 @@ class ShowOptionsDirective(rst.Directive):
|
|||||||
|
|
||||||
for part in parts:
|
for part in parts:
|
||||||
result.append(line, source_name, count + offset)
|
result.append(line, source_name, count + offset)
|
||||||
tmp.write(line.encode('utf-8'))
|
tmp.write(line.encode('utf-8') + b'\n')
|
||||||
|
|
||||||
node = nodes.section()
|
node = nodes.section()
|
||||||
node.document = self.state.document
|
node.document = self.state.document
|
||||||
|
Loading…
x
Reference in New Issue
Block a user