From 94a9c9fcb04030d56d32a8b8d47cf7d6c7e665a7 Mon Sep 17 00:00:00 2001 From: Benedikt Schwab Date: Wed, 18 Oct 2023 08:33:49 +0200 Subject: [PATCH] fix indentation --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 713e688..996c397 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,6 +16,6 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html - python: - install: - - requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt