From 4fdebbc74440257a7ae630d67f7b1219201c2ab5 Mon Sep 17 00:00:00 2001 From: Denis Otkidach Date: Sat, 13 Jan 2024 18:36:38 +0200 Subject: [PATCH] Fix docs build (update dependencies) --- .github/workflows/tests.yml | 2 +- requirements-docs.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2a77f51..3f3b384b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: key: ${{ runner.os }}-py-3.9-${{ hashFiles('requirements-ci.txt') }}-${{ hashFiles('setup.py') }} # If miss on key takes any other cache with different hashes, will download correct ones on next step anyway restore-keys: | - ${{ runner.os }}-py-3.9- + ${{ runner.os }}-py-3.9- - name: Install python dependencies run: | diff --git a/requirements-docs.txt b/requirements-docs.txt index 6c8760b9..e76b61b1 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,6 +1,6 @@ -r requirements-cython.txt -Sphinx==4.3.0 +Sphinx==7.2.6 sphinxcontrib-asyncio==0.3.0 -sphinxcontrib-spelling==7.2.1 -alabaster==0.7.12 +sphinxcontrib-spelling==8.0.0 +alabaster==0.7.16 -e .