From d4493dd12c2ab265c13e09640814cbb2dd0cdbaf Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Fri, 10 Feb 2023 18:57:01 -0500 Subject: [PATCH] grr i hate rtd --- docs/conf.py | 4 ++-- docs/requirements_rtd.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 275cd2d..52f7003 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,13 +12,13 @@ # import os import sys -sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('../')) # -- Project information ----------------------------------------------------- project = 'Pomice' -copyright = '2022, cloudwithax' +copyright = '2023, cloudwithax' author = 'cloudwithax' # The full version, including alpha/beta/rc tags diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt index 4d319be..32b0b27 100644 --- a/docs/requirements_rtd.txt +++ b/docs/requirements_rtd.txt @@ -1 +1,3 @@ -git+https://github.com/Rapptz/discord.py \ No newline at end of file +discord.py[voice] +aiohttp +orjson \ No newline at end of file