std domain handles citations

This commit is contained in:
Takeshi KOMIYA
2016-08-16 01:38:20 +09:00
parent b03b7e543f
commit d5a770b592
4 changed files with 50 additions and 44 deletions
+2
View File
@@ -26,6 +26,7 @@ def test_process_doc_handle_figure_caption():
nameids={'testname': 'testid'},
ids={'testid': figure_node},
)
document.traverse.return_value = []
domain = StandardDomain(env)
if 'testname' in domain.data['labels']:
@@ -47,6 +48,7 @@ def test_process_doc_handle_table_title():
nameids={'testname': 'testid'},
ids={'testid': table_node},
)
document.traverse.return_value = []
domain = StandardDomain(env)
if 'testname' in domain.data['labels']: