Skip to content

Commit c89df0b

Browse files
committed
move docs deps into dev group
1 parent 22f867c commit c89df0b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ uv run python example.py
136136
If added a new service, create a documentation template under `api/services` for that service.
137137

138138
```bash
139-
uv sync --group docs
140139
cd docs
141140
uv run make html
142141
```

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ dev = [
3131
"python-dotenv>=1.1.1",
3232
"responses>=0.25.8",
3333
"ruff>=0.14.2",
34-
]
35-
36-
docs = [
3734
"sphinx>=7.0.0",
3835
"recommonmark>=0.7.1",
3936
]

0 commit comments

Comments
 (0)