summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml29
1 files changed, 16 insertions, 13 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index fc277de..f11f253 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,14 +1,17 @@
-type: sphinx
+version: 2
+formats: [htmlzip, pdf]
python:
- version: "3.5"
- pip_install: true
- extra_requirements:
- - gevent
- - mongodb
- - redis
- - rethinkdb
- - sqlalchemy
- - tornado
- - twisted
- - zookeeper
- - doc
+ version: 3.6
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - gevent
+ - mongodb
+ - redis
+ - rethinkdb
+ - sqlalchemy
+ - tornado
+ - twisted
+ - zookeeper
+ - doc