From d6209d9f279aba356c6f4f5d86d9dbd3e3232ce5 Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Thu, 3 Feb 2022 19:01:10 +0100 Subject: [PATCH] fix CI --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8054ed65..0e9df700 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,13 +15,13 @@ jobs: uses: actions/cache@v2 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-sphinx-sphinx-tabs-sphinx-design-sphinx_copybutton-sphinx_panels + key: ${{ runner.os }}-pip-sphinx-sphinx-tabs-sphinx-design-sphinx_copybutton-sphinx_panels-sphinx_rtd_theme restore-keys: | ${{ runner.os }}-pip- ${{ runner.os }}- - name: Install Python dependencies - run: pip install sphinx sphinx-tabs sphinx-design sphinx_copybutton sphinx_panels + run: pip install sphinx sphinx-tabs sphinx-design sphinx_copybutton sphinx_panels sphinx_rtd_theme - name: Build HTML docs run: |