From 185cf90d4c5dcf0e8d1c810af27cc0824885d5df Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 16 Aug 2018 12:03:53 +0200 Subject: [PATCH] Fix the readthedocs build --- .readthedocs.requirements.txt | 1 - readthedocs.yml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 readthedocs.yml diff --git a/.readthedocs.requirements.txt b/.readthedocs.requirements.txt index 71b82bcea..e4865547f 100644 --- a/.readthedocs.requirements.txt +++ b/.readthedocs.requirements.txt @@ -1,2 +1 @@ --r src/requirements/py34.txt -r doc/requirements.txt diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 000000000..19da5668d --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,6 @@ + +build: + image: latest + +python: + version: 3.6