summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 9c2c6a606fb94c4294262fd6336611b13aacf265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
type: sphinx
python:
  version: "3.5"
  pip_install: true
  extra_requirements:
    - gevent
    - mongodb
    - redis
    - rethinkdb
    - sqlalchemy
    - tornado
    - twisted
    - zookeeper