ashb commented on code in PR #25722:
URL: https://github.com/apache/airflow/pull/25722#discussion_r946634924
##########
docs/conf.py:
##########
@@ -698,6 +701,7 @@ def _get_params(root_schema: dict, prefix: str = "",
default_section: str = "")
autoapi_ignore.append('*/airflow/providers/*')
else:
autoapi_ignore.append('*/airflow/providers/cncf/kubernetes/backcompat/*')
+ autoapi_ignore.append('example_dags/*')
Review Comment:
Example dags were moved to point at github (and excluded in output), but we
were still parsing them for autoapi
--
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]