From ee01d684826363a567fc67ec0f7dc45e950c6389 Mon Sep 17 00:00:00 2001
From: Nie <yni@eonerc.rwth-aachen.de>
Date: Mon, 5 Jun 2023 11:22:55 +0200
Subject: [PATCH] ignore requirement pip install method

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 81f99626a3..4242d738a0 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -16,10 +16,10 @@ formats: all
 python:
   install:
     - requirements: /docs/requirements.txt
-    - method: pip
-      path: .
-      extra_requirements:
-        - docs
+#    - method: pip
+#      path: .
+#      extra_requirements:
+#        - docs
 #    - method: pip
 #      path: another/package
   system_packages: true
\ No newline at end of file
-- 
GitLab