Skip to content

Commit

Permalink
fixing installation for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 7, 2024
1 parent 2605789 commit ed74c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__
auto_examples
build
_build
requirements.txt
.vs
.bak
PyDevice.sln
Expand Down
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed74c04

Please sign in to comment.