From b1fdeb2aa1f48c956ff78bc4531d5629200ad1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 7 Nov 2017 03:03:21 +0200 Subject: Switched to using .readthedocs.yml for RTD configuration --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml (limited to '.readthedocs.yml') 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 -- cgit v1.2.1