From ab3d9c87f21cdac772a4fe231be292fb9e1f8f9d Mon Sep 17 00:00:00 2001 From: rafalkowalewski1 Date: Thu, 6 Jun 2024 15:22:05 +0200 Subject: [PATCH] another fix redathedocs --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1318d5c3..3c36b233 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,6 +28,6 @@ sphinx: # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - install: - - requirements: docs/requirements.txt - - method: pip \ No newline at end of file + install: + - requirements: docs/requirements.txt + - method: pip \ No newline at end of file