Vamsi-klu commented on PR #69566: URL: https://github.com/apache/airflow/pull/69566#issuecomment-4912282071
Confirmed the root cause. In RST a `.. image::` directive must be separated from the preceding paragraph by a blank line; otherwise docutils folds the directive line into the paragraph and emits it as literal text instead of parsing it as an image. The paragraph ending "Helm chart is one of the ways how to deploy Airflow in K8S cluster." had no blank line before the image line, so the distributed-architecture diagram rendered as raw text. The sibling diagram_dag_processor_airflow_architecture.png directive lower in the same file already has its blank line, so this brings the two into line. Straightforward and correct. -- 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]
