There was an error while loading. Please reload this page.
2 parents 40b4eca + 6cb979c commit 2a4ae3aCopy full SHA for 2a4ae3a
2 files changed
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ jobs:
18
enable-cache: true
19
20
- name: Install dependencies
21
- run: uv sync --dev
+ run: uv sync --group dev --group docs
22
23
- name: Build documentation
24
run: |
pyproject.toml
@@ -46,12 +46,15 @@ dev = [
46
"pytest",
47
"plotly >= 4.5",
48
"ruff==0.6.2",
49
- "quarto-cli==1.5.57",
50
- "quartodoc==0.11.1",
51
"netCDF4",
52
"dask",
53
]
54
+docs = [
+ "quarto-cli==1.5.57",
55
+ "quartodoc==0.11.1",
56
+]
57
+
58
test = [
59
60
"pytest-cov",
0 commit comments