Skip to content

Commit

Permalink
docs: link to stable pandas docs (googleapis#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
2 people authored and abdelmegahedgoogle committed Apr 17, 2023
1 parent 5e0017b commit 3000ee4
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 3000ee4

Please sign in to comment.