From e12bfe101fd6d9ec605b6050a4e596656a5a3d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 9 May 2022 11:41:09 +0200 Subject: [PATCH] removed python version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bead17a..e81dd5d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -34,7 +34,6 @@ build: # Optionally declare the Python requirements required to build your docs python: - version: 3.9 pip_install: true install: - requirements: docs/root/requirements.txt