From 8d3bcafec9263cac7814c52b09982675137cbd29 Mon Sep 17 00:00:00 2001 From: Kohulan Date: Wed, 17 Jan 2024 22:18:54 +0100 Subject: [PATCH] fix: read the docs build error python --- .readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ec50d47..758cd86 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,6 +20,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" install: - requirements: docs/requirements.txt