This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.12 by this push:
new b2ff23e053a [FLINK-38955][docs] Configure canonical tag for PyDocs
b2ff23e053a is described below
commit b2ff23e053a155205bd2c8706ed2aeb4cedebea1
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"