File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-yaml
11
+ exclude : mkdocs.yml
11
12
12
13
- repo : https://github.com/astral-sh/ruff-pre-commit
13
14
# Ruff version.
Original file line number Diff line number Diff line change 12
12
- pixi install --environment docs
13
13
- pixi run build-docs
14
14
- pixi run readthedocs
15
-
16
- # Build documentation in the doc/ directory with Sphinx
17
- sphinx :
18
- configuration : docs/conf.py
19
- fail_on_warning : true
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ repo_name: zarr-developers/VirtualiZarr
4
4
repo_url : https://github.com/zarr-developers/VirtualiZarr
5
5
site_description : Cloud-Optimize your Scientific Data as Virtual Zarr stores, using Xarray syntax.
6
6
site_author : VirtualiZarr developers
7
- site_url : https://virtualizarr.readthedocs.io/en/stable/index.html
7
+ site_url : !ENV [READTHEDOCS_CANONICAL_URL, ' https://virtualizarr.readthedocs.io/en/latest/']
8
8
docs_dir : docs
9
+ use_directory_urls : false
9
10
10
11
extra :
11
12
version :
Original file line number Diff line number Diff line change @@ -201,8 +201,7 @@ docs = ["docs"]
201
201
serve-docs = { cmd = " mkdocs serve" }
202
202
build-docs = { cmd = " mkdocs build" }
203
203
check-docs = { cmd = " mkdocs build --strict" }
204
- readthedocs = " rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"
205
-
204
+ readthedocs = { cmd = " rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html" }
206
205
# Define commands to run within the docs environment
207
206
[tool .pixi .feature .minio .tasks ]
208
207
run-tests = { cmd = " pytest virtualizarr/tests/test_manifests/test_store.py virtualizarr/tests/test_parsers/test_hdf/test_hdf_manifest_store.py --run-minio-tests --run-network-tests --verbose" }
You can’t perform that action at this time.
0 commit comments