Skip to content

Commit fefbf39

Browse files
committed
build: rtd: install asciidoc via pip
The rtb build fails because the something is depending on the asciidoc python module which is missing. Since sphinx is installed via the pip step anyway, move it to the pip install section. Also drop the unnecessary dependencies. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 0e884fa commit fefbf39

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ build:
77
python: "3.14"
88
apt_packages:
99
- meson
10-
- python3-lxml
11-
- docbook-xsl
12-
- xsltproc
13-
- pandoc
14-
- asciidoc
15-
- python3-sphinx
10+
python:
11+
install:
12+
- pip:
13+
- asciidoc
14+
- sphinx
1615
jobs:
1716
build:
1817
html:

0 commit comments

Comments
 (0)