Skip to content

Commit

Permalink
add new rye script for mkdocs serving
Browse files Browse the repository at this point in the history
i.e. useful for preview:

    rye run serve-docs
  • Loading branch information
deltheil committed Jan 8, 2024
1 parent 65a1193 commit b03113e
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 @@ -67,6 +67,7 @@ allow-direct-references = true

[tool.rye.scripts]
lint = { chain = ["ruff format .", "ruff --fix ."] }
serve-docs = "mkdocs serve"

[tool.black]
line-length = 120
Expand Down

0 comments on commit b03113e

Please sign in to comment.