[26.06] Ray Release: Documentation setup#5
Conversation
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: spolifroni-amd <Sandra.Polifroni@amd.com>
Signed-off-by: spolifroni-amd <Sandra.Polifroni@amd.com>
Signed-off-by: spolifroni-amd <Sandra.Polifroni@amd.com>
Signed-off-by: spolifroni-amd <Sandra.Polifroni@amd.com>
Co-authored-by: Debasis Mandal <Debasis.Mandal@amd.com> Signed-off-by: Debasis Mandal <Debasis.Mandal@amd.com>
updated the ray install for 26.06
There was a problem hiding this comment.
Pull request overview
Adds an AMD/ROCm-specific Sphinx documentation site for the Ray release, including Read the Docs configuration and initial content pages.
Changes:
- Introduces a new
amd-docs/Sphinx project (conf, index, content pages) for “Ray on ROCm” documentation. - Adds RTD build configuration and pinned Sphinx dependency set for reproducible builds.
- Adds a version source at repo root and logic in
conf.pyto derive the displayed doc version.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| CMakeLists.txt | Adds a version string intended for docs/versioning. |
| amd-docs/what-is-ray.rst | New “What is Ray?” landing content. |
| amd-docs/sphinx/requirements.txt | Pinned Sphinx dependency lockfile for doc builds. |
| amd-docs/sphinx/requirements.in | Input requirements for generating the lockfile. |
| amd-docs/sphinx/_toc.yml.in | External TOC structure template for the docs site. |
| amd-docs/install/ray-install.rst | Installation guide for Ray on ROCm. |
| amd-docs/index.rst | Docs homepage with navigation tiles/links. |
| amd-docs/conf.py | Sphinx configuration including theme and version extraction. |
| amd-docs/about/license.rst | License page including root LICENSE text. |
| amd-docs/.readthedocs.yaml | RTD configuration to build amd-docs/ with Python 3.12. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Copilot changes are in cmakelists, conf.py, etc which are set independently of this PR and the documentation. |
Signed-off-by: spolifroni-amd <Sandra.Polifroni@amd.com>
Co-authored-by: pmoutsias-amd <peter.moutsias@amd.com> Signed-off-by: anisha-amd <anisha.sankar@amd.com>
Documentation setup for release.