Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tox:
docs:
uv run sphinx-multiversion docs docs/_build/html
echo '<meta http-equiv="refresh" content="0; url=./master/index.html">' > docs/_build/html/index.html
echo 'pyathena.dev' > docs/_build/html/CNAME
touch docs/_build/html/.nojekyll

.PHONY: tool
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Many of the implementations in this library are based on [PyHive](https://github

## Links

- Documentation: https://pyathena-dev.github.io/PyAthena/
- Documentation: https://pyathena.dev/
- PyPI Releases: https://pypi.org/project/PyAthena/
- Source Code: https://github.com/pyathena-dev/PyAthena/
- Issue Tracker: https://github.com/pyathena-dev/PyAthena/issues
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def setup(app):

# -- Open Graph protocol settings ----------------------------------------------

ogp_site_url = "https://pyathena-dev.github.io/PyAthena/"
ogp_image = "https://pyathena-dev.github.io/PyAthena/_static/ogp_white.png"
ogp_site_url = "https://pyathena.dev/"
ogp_image = "https://pyathena.dev/_static/ogp_white.png"
ogp_description_length = 200
ogp_type = "website"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dynamic = ["version"]
[project.urls]
homepage = "https://github.com/pyathena-dev/PyAthena/"
repository = "https://github.com/pyathena-dev/PyAthena/"
documentation = "https://pyathena-dev.github.io/PyAthena/"
documentation = "https://pyathena.dev/"
issues = "https://github.com/pyathena-dev/PyAthena/issues"

[project.entry-points."sqlalchemy.dialects"]
Expand Down