diff options
| author | Will Tekulve <[email protected]> | 2018-03-20 21:19:09 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-03-25 04:12:55 -0400 |
| commit | ab78613c13a5e44fd63219a4b801d073a941b0f9 (patch) | |
| tree | 2db6c26fc5fc282b4d4d139ec0a679f9390823ba | |
| parent | Correct docstring for Game (diff) | |
| download | discord.py-ab78613c13a5e44fd63219a4b801d073a941b0f9.tar.xz discord.py-ab78613c13a5e44fd63219a4b801d073a941b0f9.zip | |
Force RTD to pip install rather than use setup.py install
| -rw-r--r-- | .readthedocs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ba93240f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +formats: + - pdf + +build: + image: latest + +python: + version: 3.6 + pip_install: true + extra_requirements: + - docs |