mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 18:14:48 +00:00
Tell readthedocs to use python 3
This commit is contained in:
parent
d72e3d9286
commit
df69e3a47e
2 changed files with 3 additions and 5 deletions
3
docs/readthedocs.yml
Normal file
3
docs/readthedocs.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
python:
|
||||
version: 3.5
|
||||
pip_install: true
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue