From b952a40ce3ce9c85efd6d22c86c1a0908f002b93 Mon Sep 17 00:00:00 2001
From: Bjoern Ludwig <bjoern.ludwig@ptb.de>
Date: Sat, 21 Jan 2023 02:00:06 +0100
Subject: [PATCH] refactor(ReadTheDocs): correct indentation in config

---
 .readthedocs.yaml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1251089..ccee066 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -16,8 +16,7 @@ formats: all
 
 python:
    install:
-    - method: pip
-      path: .
-      extra_requirements:
-        - docs
-    - method: pip
+     - method: pip
+       path: .
+       extra_requirements:
+         - docs
-- 
GitLab