Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit ffbed69

Browse files
committed
Command to serve documentation
1 parent 9c9df60 commit ffbed69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ help = "Check that the source code is formatted"
9999
cmd = "ruff check src tests"
100100
help = "Check the code with the Ruff linter"
101101

102+
[tool.poe.tasks.serve-docs]
103+
cmd = "mkdocs serve"
104+
help = "Serve the documentation locally"
105+
102106
[tool.poe.tasks.generate_lib]
103107
shell = """
104108
protoc \

0 commit comments

Comments
 (0)