Skip to content

Commit 56f487c

Browse files
committed
Exclude hashes from requirements.txt
1 parent a80514d commit 56f487c

File tree

2 files changed

+56
-390
lines changed

2 files changed

+56
-390
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ format: ## runs code style and formatter
6666
poetry run black .
6767

6868
docs: ## build the documentation
69-
poetry export --dev > docs/requirements.txt
69+
poetry export --dev --without-hashes > docs/requirements.txt
7070
rm -r docs/build
7171
poetry run sphinx-build docs/source docs/build/html
7272
$(BROWSER) docs/build/html/index.html

0 commit comments

Comments
 (0)