File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929docs :
3030 uv run sphinx-multiversion docs docs/_build/html
3131 echo ' <meta http-equiv="refresh" content="0; url=./master/index.html">' > docs/_build/html/index.html
32+ echo ' pyathena.dev' > docs/_build/html/CNAME
3233 touch docs/_build/html/.nojekyll
3334
3435.PHONY : tool
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Many of the implementations in this library are based on [PyHive](https://github
6060
6161## Links
6262
63- - Documentation: https://pyathena-dev.github.io/PyAthena /
63+ - Documentation: https://pyathena.dev /
6464- PyPI Releases: https://pypi.org/project/PyAthena/
6565- Source Code: https://github.com/pyathena-dev/PyAthena/
6666- Issue Tracker: https://github.com/pyathena-dev/PyAthena/issues
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ def setup(app):
207207
208208# -- Open Graph protocol settings ----------------------------------------------
209209
210- ogp_site_url = "https://pyathena-dev.github.io/PyAthena /"
211- ogp_image = "https://pyathena-dev.github.io/PyAthena /_static/ogp_white.png"
210+ ogp_site_url = "https://pyathena.dev /"
211+ ogp_image = "https://pyathena.dev /_static/ogp_white.png"
212212ogp_description_length = 200
213213ogp_type = "website"
214214
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dynamic = ["version"]
3232[project .urls ]
3333homepage = " https://github.com/pyathena-dev/PyAthena/"
3434repository = " https://github.com/pyathena-dev/PyAthena/"
35- documentation = " https://pyathena-dev.github.io/PyAthena /"
35+ documentation = " https://pyathena.dev /"
3636issues = " https://github.com/pyathena-dev/PyAthena/issues"
3737
3838[project .entry-points ."sqlalchemy .dialects" ]
You can’t perform that action at this time.
0 commit comments