Skip to content

Commit

Permalink
Fix read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoklosowski committed Oct 24, 2024
1 parent 132a5df commit 3b95c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
- curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
- $HOME/.local/bin/poetry config virtualenvs.create false
pre_install:
- $HOME/.local/bin/poetry export --only=docs -o requirements.txt
- $HOME/.local/bin/poetry export --only=main,type,docs -o requirements.txt

python:
install:
Expand Down

0 comments on commit 3b95c88

Please sign in to comment.