From 37765c3a75dcd5c66adc790766c5cb53341aeff1 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 2 Dec 2023 20:09:27 +0100 Subject: [PATCH] GHA: Install python3-sphinx-rtd-theme --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7c15e36..237c5e0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -13,5 +13,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: sudo apt install -y python3-sphinx + - run: sudo apt install -y python3-sphinx python3-sphinx-rtd-theme - run: make -C docs html