From 4e78c5615b55433e30c74fe6a915f181fa6dce06 Mon Sep 17 00:00:00 2001 From: StephanAkkerman Date: Wed, 8 Nov 2023 22:29:43 +0100 Subject: [PATCH] updated worklfows and requirements --- .github/workflows/docs.yaml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 47c8d7fb..438154a8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -36,6 +36,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install sphinx sphinx_rtd_theme ghp-import pip install -r requirements.txt # The workflow will create the files shown below and then shortly after, import them into GitHub pages. - name: Build HTML diff --git a/requirements.txt b/requirements.txt index 78519fed..c3152cc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ matplotlib==3.7.2 scipy==1.11.1 brotli==1.0.9 py-cord==2.4.1 +cloudscraper==1.2.71 \ No newline at end of file