The GitHub Actions job "Tests (AMD)" on airflow.git/fix-docs-build-python-312 has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: df3a63732068aafa187cc3b3ce022399e81ba515 / Jarek Potiuk <[email protected]> Stop ambiguous cross-references from failing the provider docs build Building the provider docs under Python 3.12 surfaces thirteen "more than one target found for cross-reference" reports across amazon, google and openlineage. They are raised where two documented classes share a member name - ``object`` is a documented parameter of both GCSObjectExistenceSensor and GCSObjectUpdateSensor, ``CommandType`` exists in both the ECS and Lambda executor utils, and so on. The offending references sit in autoapi-generated rst, so there is no place to write a qualified name, and the duplication itself is legitimate. Sphinx exposes no narrower subtype than ref.python for this message, so suppressing it is the only way to let the build finish; the trade-off is that a genuinely unresolvable python reference will no longer fail the docs build. Report URL: https://github.com/apache/airflow/actions/runs/30777597526 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
