Manual: Add support for youtube videos

This commit is contained in:
Ole Schütt 2024-04-09 23:15:49 +02:00 committed by Ole Schütt
parent 0c0c0a7c81
commit 10d5862cfd
3 changed files with 21 additions and 2 deletions

View file

@ -29,7 +29,12 @@ apt-get install -qq --no-install-recommends \
python3-pip
rm -rf /var/lib/apt/lists/*
pip3 install --quiet sphinx myst-parser sphinx_rtd_theme lxml
pip3 install --quiet \
sphinx \
myst-parser \
sphinx_rtd_theme \
sphinxcontrib-youtube \
lxml
echo -e "\n========== Generating Manual =========="