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