From 18b255fd988a4eb8798e8f2a31716d81cb5991c1 Mon Sep 17 00:00:00 2001 From: Mayitzin Date: Tue, 24 Oct 2023 14:35:17 +0200 Subject: [PATCH] Remove keyword version in install of Python dependencies. --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 49eedeb..1a65cba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,7 +11,6 @@ sphinx: configuration: docs/source/conf.py python: - version: 3.8 install: - requirements: docs/source/requirements.txt - method: pip