Skip to content

Commit 1fec399

Browse files
committed
Simplify Dask
1 parent 2e97b6f commit 1fec399

File tree

4 files changed

+182
-220
lines changed

4 files changed

+182
-220
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@
5353

5454
intersphinx_mapping = {
5555
"python": ("https://docs.python.org/3", None),
56-
"jax": ("https://jax.readthedocs.io/en/latest", None),
56+
"numpy": ("https://numpy.org/doc/stable", None),
5757
"dask": ("https://docs.dask.org/en/stable", None),
58+
"jax": ("https://jax.readthedocs.io/en/latest", None),
5859
}
5960

6061
nitpick_ignore = [

pixi.lock

+27-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ furo = ">=2023.08.17"
113113
myst-parser = ">=0.13"
114114
sphinx-copybutton = "*"
115115
sphinx-autodoc-typehints = "*"
116+
numpy = "*"
116117

117118
[tool.pixi.feature.docs.tasks]
118119
docs = { cmd = "sphinx-build . build/", cwd = "docs" }

0 commit comments

Comments
 (0)