summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2017-11-07 03:03:21 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2017-11-07 03:03:21 +0200
commitb1fdeb2aa1f48c956ff78bc4531d5629200ad1b0 (patch)
tree0850353f0e494207a392b90d1ce3e95dd5c4a4de
parentcbf2eeb21695343c1996e59732adbc8fbbab6842 (diff)
downloadapscheduler-b1fdeb2aa1f48c956ff78bc4531d5629200ad1b0.tar.gz
Switched to using .readthedocs.yml for RTD configuration
-rw-r--r--.readthedocs.yml13
-rw-r--r--docs/requirements.txt7
2 files changed, 13 insertions, 7 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..9c2c6a6
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,13 @@
+type: sphinx
+python:
+ version: "3.5"
+ pip_install: true
+ extra_requirements:
+ - gevent
+ - mongodb
+ - redis
+ - rethinkdb
+ - sqlalchemy
+ - tornado
+ - twisted
+ - zookeeper
diff --git a/docs/requirements.txt b/docs/requirements.txt
deleted file mode 100644
index 5a01afc..0000000
--- a/docs/requirements.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-gevent
-kazoo
-pymongo
-redis
-rethinkdb
-SQLAlchemy
-Twisted