Include '..' lines in changelogs
Not all lines starting with '..' are comments, and even if they are comments, they might as well go into the generated spec ReST.
This commit is contained in:
parent
86a81b0450
commit
8f4d7c95df
1 changed files with 0 additions and 2 deletions
|
@ -710,8 +710,6 @@ class MatrixUnits(Units):
|
|||
lines = f.readlines()
|
||||
prev_line = None
|
||||
for line in lines:
|
||||
if line.strip().startswith(".. "):
|
||||
continue # comment
|
||||
if prev_line is None:
|
||||
prev_line = line
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue