Skip to content

Commit 1ee6cf1

Browse files
committed
add: Add docs dependency group in pyproject.toml
1 parent 7239462 commit 1ee6cf1

3 files changed

Lines changed: 428 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ dev = [
6767
"time-machine>=2.19",
6868
"types-croniter>=6.0.0.20250411",
6969
]
70+
docs = [
71+
"mkdocs>=1.6.1",
72+
"mkdocs-material>=9.7.4",
73+
]
7074

7175
[tool.hatch.build.targets.sdist]
7276
include = [ "scheduler" ]

0 commit comments

Comments
 (0)