Abych nemusel psát uv sync --group doc
This commit is contained in:
parent
9e7122b516
commit
2ce2d0db9e
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,10 @@ doc = [
|
|||
"sphinxcontrib-django",
|
||||
]
|
||||
|
||||
# Zkratka, aby se při `uv sync` nainstalovalo všechno
|
||||
[tool.uv]
|
||||
default-groups = ["dev", "doc"]
|
||||
|
||||
# Aby fungovalo `pip install --upgrade .`
|
||||
[tool.setuptools]
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue