Skip to content

Commit

Permalink
Fix docs build (#382)
Browse files Browse the repository at this point in the history
* [skip-ci] Bump furo

* [skip-ci] bump rtd config

* fix docs
  • Loading branch information
dcherian authored Aug 7, 2024
1 parent f8f34b9 commit b05586c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- myst-parser
- myst-nb
- sphinx
- furo
- furo>=2024.08
- ipykernel
- jupyter
- sphinx-codeautolink
Expand Down
2 changes: 1 addition & 1 deletion flox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# flake8: noqa
"""Top-level module for flox ."""
from . import cache
from .aggregations import Aggregation # noqa
from .aggregations import Aggregation, Scan # noqa
from .core import groupby_reduce, groupby_scan, rechunk_for_blockwise, rechunk_for_cohorts # noqa


Expand Down
4 changes: 2 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-lts-latest"
tools:
python: "mambaforge-4.10"
python: "mambaforge-latest"

conda:
environment: ci/docs.yml
Expand Down

0 comments on commit b05586c

Please sign in to comment.