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: