From 142e4787375782c74d6d0b992115269dc290069b Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 8 Mar 2017 17:10:46 -0800 Subject: [PATCH] use Python 3.6 for docs build --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..187660b0 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,3 @@ +python: + version: 3.6 + setup_py_install: true