From d2e04902b675d6e9e11ae5524b6ab122fde2e1f4 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Sun, 8 Dec 2024 21:00:01 +0100 Subject: [PATCH] Add sphinx and themes needed the by the desktop client docs. Signed-off-by: Camila Ayres --- documentation/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/Dockerfile b/documentation/Dockerfile index eac5810c..4ae1a2a8 100644 --- a/documentation/Dockerfile +++ b/documentation/Dockerfile @@ -3,5 +3,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y python3- python3-pip texlive-fonts-recommended latexmk \ texlive-latex-extra texlive-latex-recommended make php-cli php-xml composer \ texlive-xetex texlive-fonts-extra-links texlive-fonts-extra \ - nodejs npm libgbm1 libasound2 wget + nodejs npm libgbm1 libasound2 wget python3-sphinx python3-sphinx-rtd-theme \ + && python3 -m pip install sphinx-rtd-dark-mode