From 32fbbc8aed588a683b3ff915f9d21e885ec59f43 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