jason810496 commented on code in PR #63386:
URL: https://github.com/apache/airflow/pull/63386#discussion_r2922010963
##########
devel-common/src/docs/utils/conf_constants.py:
##########
@@ -332,6 +332,7 @@ def get_google_intersphinx_mapping() -> dict[str,
tuple[str, tuple[str]]]:
"*/airflow/executors/*",
"*/_internal*",
"*/node_modules/*",
+ "*/.pnpm-store/*",
Review Comment:
We only add `"*/.pnpm-store/*",` to `BASIC_AUTOAPI_IGNORE_PATTERNS` in this
PR. Does it really make "Generate ERD" from commit time to doc build time? The
change doesn't seem related to me, but maybe I'm wrong.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]