From 5526dcbb9c8ead31b1590b071a4519c53cea18f2 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 2 Nov 2021 21:43:01 -0400 Subject: [PATCH] dammit readthedocs --- .readthedocs.yaml | 9 ++++++--- docs/requirements_rtd.txt | 3 +-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 35d9900..4a50944 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,10 @@ sphinx: configuration: docs/conf.py python: - version: 3.8 - pip_install: true + version: "3.8" install: - - requirements: docs/requirements_rtd.txt \ No newline at end of file + - method: pip + path: . + - requirements: docs/requirements_rtd.txt + + system_packages: true \ No newline at end of file diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt index 5eacc03..4d319be 100644 --- a/docs/requirements_rtd.txt +++ b/docs/requirements_rtd.txt @@ -1,2 +1 @@ -git+https://github.com/Rapptz/discord.py -git+https://github.com/cloudwithax/pomice \ No newline at end of file +git+https://github.com/Rapptz/discord.py \ No newline at end of file