Skip to content

Commit

Permalink
Fix broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Aug 29, 2018
1 parent 04d2afd commit 972aaff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sphinx/environment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ def merge_info_from(self, docnames, other, app):
if docname in other.reread_always:
self.reread_always.add(docname)

for docname in other.included:
self.included.add(docname)

for version, changes in other.versionchanges.items():
self.versionchanges.setdefault(version, []).extend(
change for change in changes if change[1] in docnames)
Expand Down

0 comments on commit 972aaff

Please sign in to comment.