Skip to content

Commit 0b76ccd

Browse files
committed
build: rtd: reduce bulid dependency
The last commit forgot to make use of the newly added html_docs build target. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 0c9feef commit 0b76ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
jobs:
1616
build:
1717
html:
18-
- scripts/build.sh docs
18+
- scripts/build.sh html_docs
1919
- mkdir -p $READTHEDOCS_OUTPUT/html/
2020
- cp .build-ci/*.html $READTHEDOCS_OUTPUT/html/
2121
- mv $READTHEDOCS_OUTPUT/html/nvme.html $READTHEDOCS_OUTPUT/html/index.html

0 commit comments

Comments
 (0)