summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-05-23 09:36:13 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-05-23 09:43:17 +0300
commitc49491b8e5bd6f8f98f2182a9d90fb4b8fed6cb7 (patch)
treebe0113fcc59487f51dcfb13e8b8b127c3f2328ad /.readthedocs.yml
parent3b0d1ce3f3a607125e60cf87e0dc13f9f711cd5e (diff)
downloadapscheduler-c49491b8e5bd6f8f98f2182a9d90fb4b8fed6cb7.tar.gz
Updated ReadTheDocs configuration to v2
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