This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-1.9 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 372250f656dafd08df479a6f6869644aaa1728af Author: Martijn Visser <[email protected]> AuthorDate: Wed Jan 21 09:08:11 2026 +0100 [FLINK-38955][docs] Configure canonical tag for PyDocs (cherry picked from commit d7627468b3952b710ef544ea1dc9b74e43737e04) --- flink-python/docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flink-python/docs/conf.py b/flink-python/docs/conf.py index 598ba6b67cf..72c0632c7f0 100644 --- a/flink-python/docs/conf.py +++ b/flink-python/docs/conf.py @@ -108,6 +108,9 @@ html_theme = 'nature' # # html_theme_options = {} +# Base URL for canonical links, pointing to stable docs version +html_baseurl = "https://nightlies.apache.org/flink/flink-docs-stable/api/python/" + # The name of an image file (relative to this directory) to place at the top # of the sidebar. html_logo = "../../docs/page/img/navbar-brand-logo.jpg"
