-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Source Code Links in Operator Guides #23632
Broken Source Code Links in Operator Guides #23632
Comments
see #23480 |
Yep. Known issue. Maybe time to fix it. |
Hi |
Feel Free! :) Sphinx is a bit mysterious creature and asks many riddles, so any help is more than welcome. |
Some pointers here: apache/airflow-site#536 |
And possibly @mik-laj can help |
Thank you. |
I personally do not know :). I have very little knowledge about sphinx. Big part of the task is to find out what to do really because possiblychange in sphinx triggered it but we do not know exactly what was the root cause. |
BTW - the links stopped working also for providers. For example, [source] link doesn't work in the page devoted to this operator: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/automl.html |
This is the result of running the scripts from apache/airflow#24389 Fixes: apache/airflow#23632
Fixes are there:
|
This is the result of running the scripts from apache/airflow#24389 Fixes: apache/airflow#23632
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: apache#23632 Fixes: apache/airflow-site#536
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536
This is the result of running the scripts from apache/airflow#24389 Fixes: apache/airflow#23632
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: apache#23632 Fixes: apache/airflow-site#536 (cherry picked from commit 08b675c)
What do you see as an issue?
The
[source]
links in the operator HowTo guides seem to be 404'ing:(source)
I tried to fix this but got kinda lost in the docs build system.
Solving the problem
I think that sphinx isn't loading the
example_dags
folder, as these modules aren't found here:https://airflow.apache.org/docs/apache-airflow/2.3.0/_modules/
While they were present in 2.2.3:
https://airflow.apache.org/docs/apache-airflow/2.2.3/_modules/
Anything else
I can keep looking into this, but would appreciate any pointers or guidance.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: