Skip to content

Commit b05586c

Browse files
authored
Fix docs build (#382)
* [skip-ci] Bump furo * [skip-ci] bump rtd config * fix docs
1 parent f8f34b9 commit b05586c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- myst-parser
1717
- myst-nb
1818
- sphinx
19-
- furo
19+
- furo>=2024.08
2020
- ipykernel
2121
- jupyter
2222
- sphinx-codeautolink

flox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# flake8: noqa
33
"""Top-level module for flox ."""
44
from . import cache
5-
from .aggregations import Aggregation # noqa
5+
from .aggregations import Aggregation, Scan # noqa
66
from .core import groupby_reduce, groupby_scan, rechunk_for_blockwise, rechunk_for_cohorts # noqa
77

88

readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-20.04"
4+
os: "ubuntu-lts-latest"
55
tools:
6-
python: "mambaforge-4.10"
6+
python: "mambaforge-latest"
77

88
conda:
99
environment: ci/docs.yml

0 commit comments

Comments
 (0)