From fdf6bb05d0ba34b0eb5f050d10be13fdccc02f39 Mon Sep 17 00:00:00 2001 From: cosmic-cortex Date: Tue, 25 Sep 2018 16:38:46 +0200 Subject: [PATCH] fix: python version fixed for rtd_requirements --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fc4ed21..71c99db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,4 @@ requirements_file: rtd_requirements.txt python: - version: 3.6 + version: 3.5