We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103ac5f commit 0323d3bCopy full SHA for 0323d3b
.github/workflows/build_docs.yaml
@@ -39,7 +39,7 @@ jobs:
39
python-version: ${{ matrix.python-version }}
40
41
- name: Install the project
42
- run: uv sync --extra docs
+ run: uv sync
43
44
- name: Build docs
45
run: uv run mkdocs build
CHANGELOG.md
pyproject.toml
@@ -19,7 +19,10 @@ classifiers = [
19
requires-python = ">= 3.12"
20
dependencies = []
21
22
-[project.optional-dependencies]
+[tool.uv]
23
+default-groups = ["dev", "docs"]
24
+
25
+[dependency-groups]
26
dev = [
27
"pre-commit",
28
"ipython",
0 commit comments