From e85ffcfff69bae26ead1cf2f1dc302a522b87d29 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Mon, 8 Jan 2024 15:01:57 +0800 Subject: [PATCH] [FIX] minor change with readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 551b649..05c2b62 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,5 @@ sphinx: formats: all python: - install: - - requirements: docs/requirements.txt \ No newline at end of file + install: + - requirements: docs/requirements.txt \ No newline at end of file