From d0dccd32a9d4e0960c5be9a801b14a3739670684 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 17 Jan 2014 07:24:23 +0100 Subject: Remove sphinx.ext.oldcmarkup compatibility extension. --- tests/test_build_html.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/test_build_html.py') diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 2f34e9e4..115ff061 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='#SPHINX_USE_PYTHON']", ''), (".//a[@href='#SphinxType']", ''), (".//a[@href='#sphinx_global']", ''), - # reference from old C markup extension - (".//a[@href='#Sphinx_Func']", ''), # test global TOC created by toctree() (".//ul[@class='current']/li[@class='toctree-l1 current']/a[@href='']", 'Testing object descriptions'), -- cgit v1.2.1