From f9737ad5531d71ef88ff00a00d2eb578fe199e5a Mon Sep 17 00:00:00 2001 From: alexxu-amd <159800977+alexxu-amd@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:26:42 -0400 Subject: [PATCH] Correct .readthedocs.yml file path (#6326) ## Motivation Read the Docs config files contains outdated file path from their legacy repos. Update and correct all paths. ## Technical Details ## Test Plan ## Test Result ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b3299fa4e8..50fa167b41 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,13 +4,13 @@ version: 2 sphinx: - configuration: docs/conf.py + configuration: projects/composablekernel/docs/conf.py formats: [htmlzip, pdf, epub] python: install: - - requirements: docs/sphinx/requirements.txt + - requirements: projects/composablekernel/docs/sphinx/requirements.txt build: os: ubuntu-22.04