Skip to content

Commit 59f8535

Browse files
[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.
1 parent 920acd2 commit 59f8535

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
version: 2
55

66
sphinx:
7-
configuration: docs/conf.py
7+
configuration: projects/composablekernel/docs/conf.py
88

99
formats: [htmlzip, pdf, epub]
1010

1111
python:
1212
install:
13-
- requirements: docs/sphinx/requirements.txt
13+
- requirements: projects/composablekernel/docs/sphinx/requirements.txt
1414

1515
build:
1616
os: ubuntu-22.04

0 commit comments

Comments
 (0)