From f80d91a920e3185091c29a72b4b261feb97d058a Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Fri, 28 Feb 2020 11:23:25 +0100 Subject: [PATCH] update .readthedocs.yml. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d91f6df..145f907 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,7 +18,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.6.5 + version: 3.6 pip_install: true install: - requirements: docs/requirements.txt