Skip to content

Commit

Permalink
docs: use stable URL for pandas intersphinx links (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Nov 4, 2021
1 parent 13ac860 commit 73312f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -368,7 +368,7 @@
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
"dateutil": ("https://dateutil.readthedocs.io/en/latest/", None),
"geopandas": ("https://geopandas.org/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
}


Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -100,7 +100,7 @@
intersphinx_dependencies={
"dateutil": "https://dateutil.readthedocs.io/en/latest/",
"geopandas": "https://geopandas.org/",
"pandas": "https://pandas.pydata.org/pandas-docs/dev",
"pandas": "https://pandas.pydata.org/pandas-docs/stable/",
},
)

Expand Down

0 comments on commit 73312f8

Please sign in to comment.