Skip to content

Commit

Permalink
Merge pull request #452 from D4N/sphinx_2_1_2_compat
Browse files Browse the repository at this point in the history
Add events attribute to MockApp
  • Loading branch information
vermeeren authored Aug 28, 2019
2 parents 5c1369b + a1e7ba3 commit 6278e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def __init__(self):
self.config.add('cpp_paren_attributes', [], 'env', ())
self.config.add('cpp_index_common_prefix', [], 'env', ())
self.registry = MockRegistry()
self.events = None

def add_node(self, node):
if not docutils.is_node_registered(node):
Expand Down

0 comments on commit 6278e96

Please sign in to comment.