From 805d0c044e86f16d578e71ed9f3de0432a7cd6d7 Mon Sep 17 00:00:00 2001 From: raychew Date: Mon, 18 Mar 2024 13:21:51 +0100 Subject: [PATCH] another try with docs script --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0772402..146fcde 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/setup-python@v3 - name: Install dependencies run: | + pip install -r requirements.txt pip install sphinx furo sphinx-changelog - name: Sphinx build run: |