summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-08 13:50:25 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-08 13:50:25 +0900
commita9f370bc125054d186b64cf4ccd30fddb7f104d1 (patch)
tree0e761797c7b4d72e13c6fb88ff8263c54c3e6779 /tests/test_build_html5.py
parentacbf62fb6d22523c42091593b9ab64f4f61d9855 (diff)
downloadsphinx-git-a9f370bc125054d186b64cf4ccd30fddb7f104d1.tar.gz
test: Remove function based directives
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r--tests/test_build_html5.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index ec8885116..636fb6e91 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -95,7 +95,6 @@ def cached_etree_parse():
(".//dd/p", r'Return spam\.'),
],
'extapi.html': [
- (".//strong", 'from function: Foo'),
(".//strong", 'from class: Bar'),
],
'markup.html': [