chore: docbuild: add new required pkg

This commit is contained in:
Stéphane Lesimple 2021-02-17 19:58:02 +01:00 committed by Stéphane Lesimple
parent ed77c1ef3e
commit df50dd0796

View file

@ -16,7 +16,7 @@ jobs:
name: Install sphinx and prerequisites
run: |
sudo apt update
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl libterm-readkey-perl
-
name: Build documentation
run: cd doc/sphinx/ && make all