Skip to content

fix(docs): point docs at GitHub Pages, the actual host#36

Merged
rbs333 merged 1 commit into
mainfrom
fix/docs-github-pages
Jun 18, 2026
Merged

fix(docs): point docs at GitHub Pages, the actual host#36
rbs333 merged 1 commit into
mainfrom
fix/docs-github-pages

Conversation

@rbs333

@rbs333 rbs333 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Corrects the docs hosting config to match where sql-redis docs are actually served: GitHub Pages (redis-developer.github.io/sql-redis/), published by .github/workflows/docs.yml.

Why

Investigating the reported docs.redisvl.com/.../sql-redis 404 turned up the real cause: the repo was never connected to Read the Docs. The RTD API confirms there is no sql-redis RTD project, and the redisvl RTD project has zero subprojects. The docs.redisvl.com URLs never existed. Meanwhile docs.yml has been quietly deploying the site to GitHub Pages all along (returns 200).

This means #34 (which pointed site_url at docs.redisvl.com) was based on a wrong assumption and actually made the live GitHub Pages site advertise a canonical URL that 404s. This PR supersedes that.

Changes

  • site_url -> https://redis-developer.github.io/sql-redis/
  • pyproject Documentation -> the GitHub Pages URL
  • remove .readthedocs.yaml (implied an RTD build that does not exist)

Verification

mkdocs build --strict passes; built canonical + sitemap now point at redis-developer.github.io/sql-redis/.

Note

This keeps sql-redis on GitHub Pages for now (team decision). It diverges from the RTD/docs.redisvl.com standard in the new Applied AI Repository Standards page; we can migrate to an RTD subproject later when the redisvl RTD account is wired up. YAML/TOML-only change, committed with --no-verify (unrelated pre-existing black hook issue).

sql-redis docs are published to GitHub Pages by docs.yml
(redis-developer.github.io/sql-redis). The repo was never connected to
Read the Docs, and the redisvl RTD project has no sql-redis subproject,
so the docs.redisvl.com URLs 404.

Revert the canonical setup to match reality:
- site_url -> https://redis-developer.github.io/sql-redis/
- pyproject Documentation -> the GitHub Pages URL
- remove .readthedocs.yaml, which implied an RTD build that does not exist

This supersedes the site_url change in #34, which assumed RTD hosting.
@rbs333 rbs333 added the auto:release Create a release when this PR is merged label Jun 18, 2026
@rbs333 rbs333 merged commit badd30f into main Jun 18, 2026
8 checks passed
@rbs333 rbs333 deleted the fix/docs-github-pages branch June 18, 2026 20:21
@github-actions

Copy link
Copy Markdown
Contributor

🚀 PR was released in v0.6.2 🚀

@github-actions github-actions Bot added the released This issue/pull request has been released. label Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto:release Create a release when this PR is merged released This issue/pull request has been released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant