diff --git a/docs/source/conf.py b/docs/source/conf.py index 149ef4f0f..29faf0ed6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,7 +71,8 @@ def on_missing_reference(app, env, node, contnode): path = node["reftarget"].split(".") - # pyecma376_2 doesn't have a documentation we can link to, so suppress missing reference warnings. + # TODO: pyecma376_2 doesn't have a documentation we can link to, so suppress missing reference warnings. + # see: https://github.com/rwth-iat/PyECMA376-2/issues/3 if path[0] == "pyecma376_2": return contnode # lxml uses _Element instead of Element and _ElementTree instead of ElementTree in its documentation,