Skip to content

Commit

Permalink
Try keeping citations in transplant_stub.py
Browse files Browse the repository at this point in the history
Locally, sphinx complains about citation duplicates. Though, travis
complains about missing citations refering about the same citation.
  • Loading branch information
jbarnoud committed Jan 12, 2019
1 parent 342b9d9 commit fb8f421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/doc/sphinx/source/transplant_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def formatted(self):


def clear_citations(doc):
return doc
citation_re = re.compile(r'^ *\.\. \[[^]]+\]')

result = []
Expand Down

0 comments on commit fb8f421

Please sign in to comment.