Mayankaggarwal8055 opened a new pull request, #64830: URL: https://github.com/apache/airflow/pull/64830
Fixes #64541 ### Problem DocsButton was always pointing to the stable documentation, even for released versions. This removes version-specific behavior and is not the intended logic. ### Changes - Added logic to detect dev/unreleased versions - Use stable docs for dev versions - Use version-specific docs for released versions - Updated tests to cover both cases ### Result - Docs link works correctly for both released and dev versions - Prevents 404 errors while preserving correct version navigation -- 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]
