From 0b401b15061667e8929c419958a605756e6e9495 Mon Sep 17 00:00:00 2001 From: skelmis Date: Sun, 7 Jul 2024 22:52:58 +1200 Subject: [PATCH] fix: docs builds --- dev-requirements.txt | 4 ++-- docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0fd148f..206efe2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,13 +3,13 @@ thefuzz>=0.18 nest-asyncio==1.5.1 pip-chill==1.0.1 python-levenshtein==0.12.2 -sphinx-rtd-theme==0.5.2 +sphinx-rtd-theme twine==3.4.1 typed-ast==1.4.3 pytest pytest-asyncio hypothesis -sphinx==4.2.0 +sphinx attrs==21.2.0 setuptools==65.5.1 motor diff --git a/docs/requirements.txt b/docs/requirements.txt index bd27bc4..c871fd1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ fuzzywuzzy>=0.18 attrs discord.py hikari -sphinx==4.2.0 \ No newline at end of file +sphinx \ No newline at end of file