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