Skip to content

Commit

Permalink
Add docs generator command
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed May 3, 2024
1 parent 1bef2d8 commit 19c409f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ check_fmt = "black --check . && isort --profile=black --check ."
check_types = "pyright ."
check_lint = "flake8 && task check_fmt && task check_types"
check = "task check_fmt && task check_types && task test"
docs = "mkdocs gh-deploy"

0 comments on commit 19c409f

Please sign in to comment.