Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ build:
os: ubuntu-20.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --unshallow || true

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
copyright = "2024, Zarr Developers"
author = "Zarr Developers"

version = get_version("zarr")
release = get_version("zarr")
version = get_version("zarr")

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64.0.0", "setuptools-scm>1.5.4"]
requires = ["setuptools>=64", "setuptools-scm>8"]
build-backend = "setuptools.build_meta"


Expand Down Expand Up @@ -68,9 +68,8 @@ packages = ["zarr", "zarr._storage", "zarr.tests"]
license-files = ["LICENSE.txt"]

[tool.setuptools_scm]
version_scheme = "guess-next-dev"
local_scheme = "dirty-tag"
write_to = "zarr/version.py"
version_file = "zarr/version.py"

[tool.ruff]
line-length = 100
Expand Down
Loading