We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80514d commit 56f487cCopy full SHA for 56f487c
Makefile
@@ -66,7 +66,7 @@ format: ## runs code style and formatter
66
poetry run black .
67
68
docs: ## build the documentation
69
- poetry export --dev > docs/requirements.txt
+ poetry export --dev --without-hashes > docs/requirements.txt
70
rm -r docs/build
71
poetry run sphinx-build docs/source docs/build/html
72
$(BROWSER) docs/build/html/index.html
0 commit comments