]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Update .readthedocs.yml
authorRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:35:01 +0000 (15:35 +0200)
committerRaphael Michel <michel@rami.io>
Fri, 4 Oct 2024 13:35:01 +0000 (15:35 +0200)
.readthedocs.yaml

index bb170ffbe57e14734dbe28aba2c55ae6b87278d1..150f37a83c1c90fe3fa94b0791e99e8264c5485f 100644 (file)
@@ -5,6 +5,10 @@ build:
   tools:
     python: "3.12"
 
+python:
+  install:
+    - requirements: requirements.txt
+
 # Build documentation in the "docs/" directory with Sphinx
 sphinx:
   configuration: docs/conf.py
\ No newline at end of file