Skip to content

Commit c3bf206

Browse files
committed
build: rtd: don't specify format and install asciidoc dependency
The nvme-cli build fails due an invalid formats and the libnvme build due to missing a build dependency. Fix those bugs. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 1648af4 commit c3bf206

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ build:
1919
- cp .build-ci/*.html $READTHEDOCS_OUTPUT/html/
2020
- mv $READTHEDOCS_OUTPUT/html/nvme.html $READTHEDOCS_OUTPUT/html/index.html
2121

22-
formats: [html]
22+
formats: []

libnvme/.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ build:
1111
- docbook-xsl
1212
- xsltproc
1313
- pandoc
14+
- asciidoc
1415
jobs:
1516
pre_build:
1617
- scripts/build.sh rst_docs

0 commit comments

Comments
 (0)