chore: fix: documentation build was missing a prereq

This commit is contained in:
Stephane Lesimple 2021-01-12 12:53:22 +01:00 committed by Stéphane Lesimple
parent 27d09e8cbe
commit 916485b3cb

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
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl
-
name: Build documentation
run: cd doc/sphinx/ && make all