From 8e593c7040aa267c75b86fbc9fd6966047b75e16 Mon Sep 17 00:00:00 2001 From: Simpleshell3 <92247771+Simpleshell3@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:27:29 +0100 Subject: [PATCH] Update build-docs.yml --- .github/workflows/build-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a0aafc5..de8dca5 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -16,8 +16,8 @@ jobs: - name: Install dependencies run: | - pip install -U sphinx - pip install -r requirements.txt + pip3 install -U sphinx + pip3 install -r requirements.txt - name: Build Handbook uses: ammaraskar/sphinx-action@master