Skip to content

Use updated docs theme#12093

Merged
jrbourbeau merged 4 commits intodask:mainfrom
jacobtomlinson:docs-theme-4
Oct 13, 2025
Merged

Use updated docs theme#12093
jrbourbeau merged 4 commits intodask:mainfrom
jacobtomlinson:docs-theme-4

Conversation

@jacobtomlinson
Copy link
Copy Markdown
Member

@jacobtomlinson jacobtomlinson commented Oct 7, 2025

Trying out the docs theme changes from dask/dask-sphinx-theme#93

image

🔗 Check out the build preview to see it in action

This PR is pointing directly to that PR, so opening as a draft. Once that PR is merged and released this one needs to be updated to use the latest release before merging.

Comment on lines +488 to +490
target_path = pathlib.Path(app.outdir) / html_src_path
target_path.parent.mkdir(parents=True, exist_ok=True)
target_path.write_text(page)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app.outdir is changing type in Sphinx 9 and is raising a deprecation warning when being used as a string. Explicitly casting to a Path resolves this.

Comment on lines +314 to +317
"issue": ("https://github.com/dask/dask/issues/%s", "dask#%s"),
"pr": ("https://github.com/dask/dask/pull/%s", "dask#%s"),
"pr-distributed": ("https://github.com/dask/distributed/pull/%s", "distributed#%s"),
"pr-expr": ("https://github.com/dask/dask-expr/pull/%s", "dask-expr#%s"),
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extlinks syntax changed slightly in newer Sphinx versions

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Oct 7, 2025

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

      9 files  ±  0        9 suites  ±0   3h 12m 55s ⏱️ + 2m 59s
 18 101 tests + 28   16 884 ✅ + 28   1 217 💤 ±0  0 ❌ ±0 
161 983 runs  +252  149 865 ✅ +252  12 118 💤 ±0  0 ❌ ±0 

Results for commit aa23cfd. ± Comparison against base commit 4736a38.

This pull request removes 8 and adds 36 tests. Note that renamed tests count towards both.
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5.0_0-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5.0_0-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5.0_1-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[5.0_1-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[q2-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[q2-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5.0_0-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5.0_0-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5.0_1-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-5.0_1-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-50-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-50-tdigest]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-95-dask]
dask.array.tests.test_percentiles ‑ test_percentiles_with_scaler_percentile[x0-95-tdigest]
…

♻️ This comment has been updated with latest results.

jacobtomlinson and others added 2 commits October 8, 2025 11:40
Co-authored-by: Jacob Tomlinson <jacobtomlinson@users.noreply.github.com>
@jrbourbeau jrbourbeau marked this pull request as ready for review October 13, 2025 21:18
@jrbourbeau jrbourbeau changed the title Trying out Docs theme updates Use updated docs theme Oct 13, 2025
@jrbourbeau jrbourbeau merged commit c039144 into dask:main Oct 13, 2025
22 checks passed
@jrbourbeau jrbourbeau mentioned this pull request Oct 13, 2025
4 tasks
@jacobtomlinson jacobtomlinson deleted the docs-theme-4 branch October 14, 2025 10:15
This was referenced Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants