Skip to content

Commit b48a034

Browse files
Update documentation domain to pyathena.dev
Migrate documentation URLs from pyathena-dev.github.io/PyAthena to the custom domain pyathena.dev. Generate CNAME file during docs build to ensure custom domain persists across deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0a2f0dd commit b48a034

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tox:
2929
docs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
212212
ogp_description_length = 200
213213
ogp_type = "website"
214214

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dynamic = ["version"]
3232
[project.urls]
3333
homepage = "https://github.com/pyathena-dev/PyAthena/"
3434
repository = "https://github.com/pyathena-dev/PyAthena/"
35-
documentation = "https://pyathena-dev.github.io/PyAthena/"
35+
documentation = "https://pyathena.dev/"
3636
issues = "https://github.com/pyathena-dev/PyAthena/issues"
3737

3838
[project.entry-points."sqlalchemy.dialects"]

0 commit comments

Comments
 (0)