From 938a5d4fda36700f4d7c4cf82d56583058aa3bbe Mon Sep 17 00:00:00 2001 From: Manas Rachh Date: Thu, 1 Feb 2024 16:21:21 -0500 Subject: [PATCH] fixing yaml --- .readthedocs.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e6a22d9..55ac084 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,10 +12,10 @@ build: sphinx: configuration: docs/conf.py - formats: - - pdf - - epub + formats: + - pdf + - epub - python: - install: - - requirements: docs/requirements.txt + python: + install: + - requirements: docs/requirements.txt