We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e403da8 commit 52c36d4Copy full SHA for 52c36d4
2 files changed
.readthedocs.yaml
@@ -17,8 +17,6 @@ build:
17
post_checkout:
18
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
19
- git fetch --unshallow || true
20
- pre_install:
21
- - git update-index --assume-unchanged doc/conf.py
22
install:
23
- pixi install -e doc
24
build:
doc/conf.py
@@ -192,9 +192,7 @@
192
project = "xarray"
193
copyright = f"2014-{datetime.datetime.now().year}, xarray Developers"
194
195
-# The short Y.M.D version.
196
-v = packaging.version.parse(xarray.__version__)
197
-version = ".".join(str(p) for p in v.release)
+version = xarray.__version__
198
199
# There are two options for replacing |today|: either, you set today to some
200
# non-false value, then it is used:
0 commit comments