summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 15:46:01 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 16:08:49 +0300
commitc0d757cb8357c71a1187078bb18b246195cb8911 (patch)
tree8ef0a50b79d2c0d8325407bfa4b991274daf2a2e /.readthedocs.yml
parentdba60da05eb390e7a09a1e4898404e2be934e06d (diff)
downloadapscheduler-c0d757cb8357c71a1187078bb18b246195cb8911.tar.gz
Updated the RTD configuration
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index f11f253..017489d 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,17 +1,10 @@
version: 2
formats: [htmlzip, pdf]
python:
- version: 3.6
+ version: "3.7"
install:
- method: pip
path: .
extra_requirements:
- - gevent
- - mongodb
- - redis
- - rethinkdb
- - sqlalchemy
- - tornado
- - twisted
- - zookeeper
+ - test
- doc