From b1fb7dbc6323b5b76e0ced2431ef599f9a49b725 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Fri, 30 Aug 2024 18:15:43 +0200
Subject: [PATCH] fix: sr install

---
 .github/workflows/docs.yml   | 2 +-
 docs/source/requirements.txt | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9fd26d7a..a67dbb8f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
           cache: poetry
       - name: Install dependencies
         run: |
-          poetry install
+          poetry install --all-extras
           pip install -r docs/source/requirements.txt
       - name: Build docs
         run: |
diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt
index eec6c556..5c33aebd 100644
--- a/docs/source/requirements.txt
+++ b/docs/source/requirements.txt
@@ -1,4 +1,3 @@
 sphinx
 sphinxawesome-theme==5.2.0
-sphinx-autodoc-typehints
-.
\ No newline at end of file
+sphinx-autodoc-typehints
\ No newline at end of file
-- 
GitLab