We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f270bbf commit 1382e91Copy full SHA for 1382e91
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: astral-sh/setup-uv@v5
32
33
- name: Build documentation
34
- run: uv run --extra docs zensical build
+ run: uvx --with "mkdocstrings[python]" zensical build
35
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v4
zensical.toml
@@ -2,7 +2,7 @@
2
site_name = "xarray-sql"
3
site_description = "Query Xarray with SQL"
4
site_author = "Alexander Merose"
5
-site_url = "https://alex.merose.com/xarray-sql"
+site_url = "https://alxmrs.github.io/xarray-sql"
6
repo_url = "https://github.com/alxmrs/xarray-sql"
7
repo_name = "alxmrs/xarray-sql"
8
edit_uri = "edit/main/docs/"
0 commit comments