Skip to content

Commit

Permalink
Add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Mar 18, 2024
1 parent 8308773 commit 07dd187
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 209 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backup: ## Backup the code to `edsl/.backups/`
.PHONY: docs

docs:
poetry export -f requirements.txt --output docs/requirements.txt
poetry export -f requirements.txt --dev --output docs/requirements.txt
sphinx-build -b html docs _build

docs-view:
Expand Down
Loading

0 comments on commit 07dd187

Please sign in to comment.