From 578e27bb8cb79c48082ffefbfa65b57887f9914f Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 28 Feb 2020 11:22:33 +0100 Subject: [PATCH] update .readthedocs.yml. --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 334c9bd..d91f6df 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.6.5 + pip_install: true install: - requirements: docs/requirements.txt