dammit readthedocs
This commit is contained in:
parent
463e6f06f6
commit
5526dcbb9c
|
|
@ -4,7 +4,10 @@ sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
version: "3.8"
|
||||||
pip_install: true
|
|
||||||
install:
|
install:
|
||||||
|
- method: pip
|
||||||
|
path: .
|
||||||
- requirements: docs/requirements_rtd.txt
|
- requirements: docs/requirements_rtd.txt
|
||||||
|
|
||||||
|
system_packages: true
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
git+https://github.com/Rapptz/discord.py
|
git+https://github.com/Rapptz/discord.py
|
||||||
git+https://github.com/cloudwithax/pomice
|
|
||||||
Loading…
Reference in New Issue