Tell readthedocs to use python 3

This commit is contained in:
Matt Westcott 2017-10-09 17:41:26 +01:00
parent d72e3d9286
commit df69e3a47e
2 changed files with 3 additions and 5 deletions

3
docs/readthedocs.yml Normal file
View file

@ -0,0 +1,3 @@
python:
version: 3.5
pip_install: true

View file

@ -1,5 +0,0 @@
Django>=1.8,<1.9
django-modelcluster>=3.0,<4.0
django-taggit>=0.20,<1.0
django-treebeard==3.0
six>=1.7.0