From 32b011339f5d12946bdb5075c3bd6b13a38dfccf Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 30 Jul 2018 22:29:06 +0100 Subject: [PATCH] see if requirements_file: null makes readthedocs happy --- docs/readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/readthedocs.yml b/docs/readthedocs.yml index ec774c720..893e91364 100644 --- a/docs/readthedocs.yml +++ b/docs/readthedocs.yml @@ -1,3 +1,4 @@ python: version: 3.5 pip_install: true +requirements_file: null