From 916485b3cb19a72692dce04fc5b29a27002e91fb Mon Sep 17 00:00:00 2001 From: Stephane Lesimple Date: Tue, 12 Jan 2021 12:53:22 +0100 Subject: [PATCH] chore: fix: documentation build was missing a prereq --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ccd893f..aa0ff45 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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