Skip to content

Commit c9093ee

Browse files
committed
build: rtd: fix pip install step
Install the python dependencies via the build.jobs.install step. Signed-off-by: Daniel Wagner <[email protected]>
1 parent fefbf39 commit c9093ee

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ build:
77
python: "3.14"
88
apt_packages:
99
- meson
10-
python:
11-
install:
12-
- pip:
13-
- asciidoc
14-
- sphinx
1510
jobs:
11+
install:
12+
- pip install asciidoc sphinx
1613
build:
1714
html:
1815
- scripts/build.sh html_docs

libnvme/.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ build:
77
python: "3.14"
88
apt_packages:
99
- meson
10-
- python3-lxml
11-
- docbook-xsl
12-
- xsltproc
13-
- pandoc
14-
- asciidoc
1510
jobs:
11+
install:
12+
- pip install asciidoc sphinx
1613
pre_build:
1714
- scripts/build.sh rst_docs
1815

0 commit comments

Comments
 (0)