autophagy commented on code in PR #26510: URL: https://github.com/apache/flink/pull/26510#discussion_r2065715763
########## flink-python/docs/conf.py: ########## @@ -102,6 +103,11 @@ autosummary_generate = True autodoc_docstring_signature = True +# Map to external docs for type annotations +intersphinx_mapping = { + "pandas": ("https://pandas.pydata.org/docs/", None), Review Comment: I'm not sure that would work for us in this case - this pattern defines the non-external reftypes that intersphinx should not resolve to a mapping. The type annotations aren't themselves external refs, they're counted as internal ones so this disables the cross-referencing to the pandas docs. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org