From bcff1354b66a3fc9db95e113d35cca9738400c69 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Thu, 12 Apr 2018 08:10:35 +0300 Subject: [PATCH] readthedocs file missing and docs build fails --- readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 00000000..5a511844 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,9 @@ +formats: + - none +build: + image: latest +python: + version: 3.6 + setup_py_install: False + extra_requirements: + - docs