Skip to content

Commit

Permalink
docs: link to stable pandas docs (#990)
Browse files Browse the repository at this point in the history
* docs: link to stable pandas docs

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* trailing slash

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
tswast and gcf-owl-bot[bot] committed Sep 28, 2021
1 parent 3e32c1a commit ea50e80
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 @@ -366,7 +366,7 @@
"grpc": ("https://grpc.github.io/grpc/python/", None),
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/dev", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
"geopandas": ("https://geopandas.org/", None),
}

Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -98,7 +98,7 @@
microgenerator=True,
split_system_tests=True,
intersphinx_dependencies={
"pandas": "http://pandas.pydata.org/pandas-docs/dev",
"pandas": "http://pandas.pydata.org/pandas-docs/stable/",
"geopandas": "https://geopandas.org/",
},
)
Expand Down

0 comments on commit ea50e80

Please sign in to comment.