summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-17 07:25:31 +0100
committerGeorg Brandl <georg@python.org>2014-01-17 07:25:31 +0100
commitcaf7fccc80bc2fb485599113bb4e977de0729169 (patch)
treea841e992d1dacb1468656a5584e3ab93b72ed44e /tests/test_build_html.py
parent97df8becb0e97373d76c5d8809d50711a987cf92 (diff)
parentd0dccd32a9d4e0960c5be9a801b14a3739670684 (diff)
downloadsphinx-caf7fccc80bc2fb485599113bb4e977de0729169.tar.gz
merge with stable
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r--tests/test_build_html.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index ef8e3888..603ad546 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -44,9 +44,6 @@ reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \
%(root)s/includes.txt:4: WARNING: download file not readable: .*?nonexisting.png
%(root)s/markup.txt:\\d+: WARNING: Malformed :option: u'Python c option', does \
not contain option marker - or -- or /
-%(root)s/objects.txt:\\d*: WARNING: using old C markup; please migrate to \
-new-style markup \(e.g. c:function instead of cfunction\), see \
-http://sphinx-doc.org/domains.html
"""
HTML_WARNINGS = ENV_WARNINGS + """\
@@ -191,8 +188,6 @@ HTML_XPATH = {
(".//a[@href='#c.SPHINX_USE_PYTHON']", ''),
(".//a[@href='#c.SphinxType']", ''),
(".//a[@href='#c.sphinx_global']", ''),
- # reference from old C markup extension
- (".//a[@href='#c.Sphinx_Func']", ''),
# test global TOC created by toctree()
(".//ul[@class='current']/li[@class='toctree-l1 current']/a[@href='']",
'Testing object descriptions'),