Adaverse commented on issue #32295:
URL: https://github.com/apache/airflow/issues/32295#issuecomment-1620773219

   > Interesting, the missing source link seems to be not consistent. For 
Google Cloud Operators and example Cloud Build code in 
https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/cloud_build.html
 the links are not broken.
   
   All the source code pointing to `tests.system.providers.google.*` (i.e 
system tests) or for any providers are being built during doc builds, but the 
source code in `airflow/providers/<provider_name>/example_dags` aren't being 
built during doc-builds into HTML. Here the problem is only with the name of 
the folder i.e `example_dags`. If we rename it to any other name, then it would 
work. 
   
   We are excluding folders with the pattern `*/example_dags/*` in the config 
of the sphinx. I think there might be the source to this problem.
   


-- 
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]

Reply via email to