Skip to content

Commit

Permalink
Don't export hasjes to requirements.txt from poetry, in readthedocs g…
Browse files Browse the repository at this point in the history
…eneration. (#2930)
  • Loading branch information
ashleysommer authored Oct 15, 2024
1 parent 989ad89 commit cc25f16
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 @@ -21,7 +21,7 @@ build:
# the readthedocs environment.
- pip install -r devtools/requirements-poetry.in
post_install:
- poetry export --only=main --only=docs -o requirements.txt
- poetry export --only=main --only=docs --without-hashes -o requirements.txt
- pip install --no-cache-dir -r requirements.txt
- pip install .
- python -c "from rdflib import Graph; print(Graph)"
Expand Down

0 comments on commit cc25f16

Please sign in to comment.