From 9b9578cb7e839947ad039874ddf0f097ea85cc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Mon, 8 Jan 2024 16:54:03 +0100 Subject: [PATCH] add new rye script for mkdocs serving i.e. useful for preview: rye run serve-docs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0ba029f..0ca1f8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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