Skip to content

Commit 9ce0777

Browse files
committed
add docs bundle
Add the dependencies for the documentation build. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 7221af1 commit 9ce0777

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ staging-dockerfiles: $(STAGING_DOCKERFILES)
3131

3232
main/Dockerfile.%: ci-containers.yaml generate.py templates/Dockerfile.%.j2
3333
@if [ "$*" = "debian" ]; then \
34-
./generate.py --distro $* --bundles nvme,muon-dep,musl,coverage,coverity,python --features muon --output $@; \
34+
./generate.py --distro $* --bundles nvme,muon-dep,musl,coverage,coverity,docs,python --features muon --output $@; \
3535
else \
3636
./generate.py --distro $* --bundles nvme,muon-dep,python --features muon --output $@; \
3737
fi

ci-containers.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ bundles:
6767
- keyutils-dev
6868
- dbus-dev
6969

70+
docs:
71+
debian:
72+
- python3-sphinx
73+
- asciidoc
74+
- xmlto
75+
7076
musl:
7177
debian:
7278
- musl

main/Dockerfile.debian

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ RUN apt-get update && \
3737
gnupg \
3838
pipx \
3939
file \
40+
python3-sphinx \
41+
asciidoc \
42+
xmlto \
4043
python3 \
4144
python3-dev \
4245
python3-pip \

0 commit comments

Comments
 (0)