diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-13 23:48:07 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-15 02:35:32 +0900 |
commit | a8ab1f164b069528344a880e75550f57ec05a6b5 (patch) | |
tree | e7044f29c0268ef352280a85fea5252bcf24b105 /tests/test_build_html5.py | |
parent | 60f3968ef787257283a6af8023ae9890f3ae8384 (diff) | |
download | sphinx-git-a8ab1f164b069528344a880e75550f57ec05a6b5.tar.gz |
diet test-root: Move testtheme to test-theming
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r-- | tests/test_build_html5.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py index 7fc91b9ec..4ad282973 100644 --- a/tests/test_build_html5.py +++ b/tests/test_build_html5.py @@ -252,7 +252,6 @@ def cached_etree_parse(): 'contents.html': [ (".//meta[@name='hc'][@content='hcval']", ''), (".//meta[@name='hc_co'][@content='hcval_co']", ''), - (".//meta[@name='testopt'][@content='testoverride']", ''), (".//dt[@class='label']/span[@class='brackets']", r'Ref1'), (".//dt[@class='label']", ''), (".//li[@class='toctree-l1']/a", 'Testing various markup'), @@ -285,9 +284,6 @@ def cached_etree_parse(): (".//a[@href='http://bugs.python.org/issue1000']", "issue 1000"), (".//a[@href='http://bugs.python.org/issue1042']", "explicit caption"), ], - '_static/statictmpl.html': [ - (".//project", 'Sphinx <Tests>'), - ], 'genindex.html': [ # index entries (".//a/strong", "Main"), |