This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8dd6a5b2db5 Added working pandas url to THIRD_PARTY_INDEXES (#63618)
8dd6a5b2db5 is described below
commit 8dd6a5b2db5c32c9caf9d91839002f1b7db6b3f6
Author: Justin Pakzad <[email protected]>
AuthorDate: Sun Mar 15 20:17:52 2026 -0400
Added working pandas url to THIRD_PARTY_INDEXES (#63618)
---
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",