Skip to content

Commit 8b767d9

Browse files
committed
Fixes
1 parent ab68048 commit 8b767d9

4 files changed

Lines changed: 562 additions & 13 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: astral-sh/setup-uv@v5
3232

3333
- name: Build documentation
34-
run: uv run --extra dev zensical build
34+
run: uv run --extra docs zensical build
3535

3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ test = [
4141
"xarray[io]",
4242
"gcsfs",
4343
]
44-
dev = [
44+
docs = [
4545
"zensical",
4646
"mkdocstrings[python]",
47+
]
48+
dev = [
49+
"xarray_sql[docs]",
4750
"pre-commit",
4851
"pytest",
4952
"watchfiles",
@@ -92,6 +95,7 @@ ignore_missing_imports = true
9295
[dependency-groups]
9396
dev = [
9497
"xarray_sql[test]",
98+
"xarray_sql[docs]",
9599
"py-spy>=0.4.0",
96100
"pyink>=24.10.1",
97101
"maturin>=1.9.1",

0 commit comments

Comments
 (0)