This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new cc99aa5cf84 [v3-1-test] Added working pandas  url to 
THIRD_PARTY_INDEXES (#63618) (#63688)
cc99aa5cf84 is described below

commit cc99aa5cf8437dcac9f41dc324fa35c53cfba127
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 01:27:52 2026 +0100

    [v3-1-test] Added working pandas  url to THIRD_PARTY_INDEXES (#63618) 
(#63688)
    
    (cherry picked from commit 8dd6a5b2db5c32c9caf9d91839002f1b7db6b3f6)
    
    Co-authored-by: Justin Pakzad 
<[email protected]>
---
 devel-common/src/sphinx_exts/docs_build/third_party_inventories.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel-common/src/sphinx_exts/docs_build/third_party_inventories.py 
b/devel-common/src/sphinx_exts/docs_build/third_party_inventories.py
index 5f3b835c66a..acae9376c01 100644
--- a/devel-common/src/sphinx_exts/docs_build/third_party_inventories.py
+++ b/devel-common/src/sphinx_exts/docs_build/third_party_inventories.py
@@ -23,7 +23,7 @@ THIRD_PARTY_INDEXES = {
     "hdfs": "https://hdfscli.readthedocs.io/en/latest";,
     "jinja2": "https://jinja.palletsprojects.com/en/3.1.x";,
     "mongodb": "https://pymongo.readthedocs.io/en/stable";,
-    "pandas": "https://pandas.pydata.org/pandas-docs/stable";,
+    "pandas": "https://pandas.pydata.org/docs";,
     "python": "https://docs.python.org/3";,
     "requests": "https://requests.readthedocs.io/en/stable";,
     "sqlalchemy": "https://docs.sqlalchemy.org/en/latest";,

Reply via email to