From d394bde6d1bad163074f94002ceac04d8212b019 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 10 Aug 2018 16:25:18 +0100 Subject: [PATCH] Add readthedocs config --- docs/readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/readthedocs.yml diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml new file mode 100644 index 000000000..893e91364 --- /dev/null +++ b/docs/readthedocs.yml @@ -0,0 +1,4 @@ +python: + version: 3.5 + pip_install: true +requirements_file: null