From 9f9e5d772374ab27d4bd5a590bbfe03eaa369a58 Mon Sep 17 00:00:00 2001 From: davidteather <34144122+davidteather@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:32:07 -0500 Subject: [PATCH] sphinx install tiktokapi requirements --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a509cbbb..003f27a8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,6 +20,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install sphinx sphinx_rtd_theme myst-parser - name: Build Documentation