mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Manual: Add support for youtube videos
This commit is contained in:
parent
0c0c0a7c81
commit
10d5862cfd
3 changed files with 21 additions and 2 deletions
|
|
@ -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 =========="
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue