Skip to content

Commit cc25f16

Browse files
authored
Don't export hasjes to requirements.txt from poetry, in readthedocs generation. (#2930)
1 parent 989ad89 commit cc25f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build:
2121
# the readthedocs environment.
2222
- pip install -r devtools/requirements-poetry.in
2323
post_install:
24-
- poetry export --only=main --only=docs -o requirements.txt
24+
- poetry export --only=main --only=docs --without-hashes -o requirements.txt
2525
- pip install --no-cache-dir -r requirements.txt
2626
- pip install .
2727
- python -c "from rdflib import Graph; print(Graph)"

0 commit comments

Comments
 (0)