Files
composable_kernel/.readthedocs.yaml
alexxu-amd 59f8535bf9 [rocm-libraries] ROCm/rocm-libraries#6326 (commit c1b6c3e)
Correct .readthedocs.yml file path

## Motivation

Read the Docs config files contains outdated file path from their legacy
repos. Update and correct all paths.

## Technical Details

## Test Plan

<!-- Explain any relevant testing done to verify this PR. -->

## Test Result

<!-- Briefly summarize test outcomes. -->

## Submission Checklist

- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
2026-04-09 20:30:41 +00:00

19 lines
374 B
YAML

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: projects/composablekernel/docs/conf.py
formats: [htmlzip, pdf, epub]
python:
install:
- requirements: projects/composablekernel/docs/sphinx/requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.10"