[svn r58010] some support for old naming because many sites import ReST checker from this conftest.
--HG-- branch : trunk
This commit is contained in:
parent
0c1fe61f44
commit
39440c91c9
|
@ -321,3 +321,5 @@ def resolve_linkrole(name, text, check=True):
|
||||||
relpath += '.html'
|
relpath += '.html'
|
||||||
return (text, apigen_relpath + 'source/%s' % (relpath,))
|
return (text, apigen_relpath + 'source/%s' % (relpath,))
|
||||||
|
|
||||||
|
# legacy
|
||||||
|
ReSTChecker = DocfileTests
|
||||||
|
|
Loading…
Reference in New Issue