diff --git a/py/doc/conftest.py b/py/doc/conftest.py index aa8747abb..ce281d254 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -321,3 +321,5 @@ def resolve_linkrole(name, text, check=True): relpath += '.html' return (text, apigen_relpath + 'source/%s' % (relpath,)) +# legacy +ReSTChecker = DocfileTests