aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-05-30 19:33:14 -0400
committerRapptz <[email protected]>2019-05-30 19:33:14 -0400
commitbfb1edcc05a21de9dfca0080fba1c53aeeca1028 (patch)
treed53d6f3b98ce37b467d1d60dcf8c8e779b7daf13
parentProperly handle compute_prune_count in prune members endpoint. (diff)
downloaddiscord.py-bfb1edcc05a21de9dfca0080fba1c53aeeca1028.tar.xz
discord.py-bfb1edcc05a21de9dfca0080fba1c53aeeca1028.zip
Update readthedocs.yml to v2 configuration file.
-rw-r--r--.readthedocs.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index e2c8dba3..25de6e33 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,10 +1,18 @@
+version: 2
formats: []
build:
image: latest
+sphinx:
+ configuration: docs/conf.py
+ fail_on_warning: false
+ builder: html
+
python:
- version: 3.6
- pip_install: true
- extra_requirements:
- - docs
+ version: 3.7
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs