From 45a95120f476abe6e9cfda0b1a6944f7696963b9 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Tue, 30 Aug 2022 23:42:45 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e9bedc6..c722aac 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,8 @@ # File: .readthedocs.yaml - version: 2 # Explicitly set the version of Python and its requirements python: version: 3.8 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt