From ed74c0463b7b3aaff75c27ff3d847039bb01e5f1 Mon Sep 17 00:00:00 2001 From: Ivo Vellekoop Date: Mon, 7 Oct 2024 16:34:55 +0200 Subject: [PATCH] fixing installation for readthedocs --- .gitignore | 1 + .readthedocs.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48a6f3f..18a0b50 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__ auto_examples build _build +requirements.txt .vs .bak PyDevice.sln diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d0d32a3..b7eb196 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,8 @@ build: post_create_environment: - pip install poetry - pip install poetry-plugin-export - - poetry export -f requirements.txt -o requirements.txt --with docs --without opengl + - poetry config warnings.export false' + - poetry export -f requirements.txt -o requirements.txt --with docs --extras "nidaq" --extras "genicam" - cat requirements.txt python: