We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f867c commit c89df0bCopy full SHA for c89df0b
README.md
@@ -136,7 +136,6 @@ uv run python example.py
136
If added a new service, create a documentation template under `api/services` for that service.
137
138
```bash
139
-uv sync --group docs
140
cd docs
141
uv run make html
142
```
pyproject.toml
@@ -31,9 +31,6 @@ dev = [
31
"python-dotenv>=1.1.1",
32
"responses>=0.25.8",
33
"ruff>=0.14.2",
34
-]
35
-
36
-docs = [
37
"sphinx>=7.0.0",
38
"recommonmark>=0.7.1",
39
]
0 commit comments