Skip to content

Commit a80514d

Browse files
committed
Update requirements.txt
1 parent 08e976d commit a80514d

File tree

2 files changed

+285
-3
lines changed

2 files changed

+285
-3
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +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
6970
rm -r docs/build
7071
poetry run sphinx-build docs/source docs/build/html
7172
$(BROWSER) docs/build/html/index.html

0 commit comments

Comments
 (0)