[ci] add pip install to readthedocs.yaml master
authorPaul Brossier <piem@piem.org>
Tue, 2 Jan 2024 20:16:22 +0000 (21:16 +0100)
committerPaul Brossier <piem@piem.org>
Tue, 2 Jan 2024 20:16:48 +0000 (21:16 +0100)
.readthedocs.yaml

index d8a4885..85253fb 100644 (file)
@@ -6,5 +6,11 @@ build:
   tools:
     python: "3.12"
 
+python:
+  install:
+    - requirements: requirements.txt
+    - method: pip
+      path: .
+
 sphinx:
   configuration: doc/conf.py