Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remove-bokeh-embeds.patch | Disable links to sourceless plots that contain off system links. | Diane Trout <diane@ghic.org> | no | 2020-10-19 | ||
Use-the-packaged-MathJax.patch | Use the packaged MathJax | Ghislain Antony Vaillant <ghisvail@gmail.com> | not-needed | 2017-05-31 | ||
use-local-intersphinx.patch | Use local intersphinx references, instead of the web. Also deleted some duplicated code. | Diane Trout <diane@ghic.org> | no | 2020-10-19 | ||
use-local-reference-yaml.patch | Use local files for building documentation instead of downloading them from github. | Diane Trout <diane@ghic.org> | no | |||
use-youtube-nocookie.patch | Use youtube-nocookie.com for embedded videos youtube-nocookie is a little more privacy friendly than regular youtube and is a minor change. |
Stefano Rivera <stefanor@debian.org> | no | 2020-12-27 | ||
reproducible-config-autofunction.patch | Call os.path.expanduser in the collect function instead of top level Calling it when defining the PATH or paths variables meant the value of os.path.expanduser("~") ended up as part of the default function signature, which makes this unreproducible. Also I think ~ is a bit clearer to the user, at least Unix-like OS users. |
Diane Trout <diane@ghic.org> | no | |||
ignore_some_sphinx_packages.patch | Don't try to use Sphinx extensions we don't have sphinx_autosummary_accessors is not packaged; jupyter_sphinx is but probably doesn't work. |
Andreas Tille <tille@debian.org>, Rebecca N. Palmer | no | 2025-01-05 | ||
js-yaml.patch | Don't use minified JavaScript without source This partly reverts https://github.com/dask/dask/pull/9306 as we don't have the package they switched to (and given that it's semi-abandoned, may not want to). |
Rebecca N. Palmer <rebecca_palmer@zoho.com> | not-needed | |||
verbatim-sphinx-ipython.patch | Running the example documentation code makes documentation building non-reproducible | Diane Trout <diane@ghic.org> | no | |||
fix-sphinx-config.patch | Fix sphinx configuration | Julian Gilbey <jdg@debian.org> | yes | 2025-01-05 | ||
use-local-xarray-logo.patch | no | |||||
disable-dask-expr-docs.patch | The dask documentation eventually tries to generate documentation files for dask_expr, which isn't packaged for Debian yet, because it depends on the pyarrow. . Once pyarrow is available remove this patch and add python3-dask-expr as a documentation dependency. |
Diane Trout <diane@ghic.org> | no | |||
cleanup-some-privacy-breaches.patch | remove unnecessary privacy breaches. This patch gets rid of privacy breaches providing little to no added value to upstream documentation. Notably the youtube videos (already patched to be inlined by the "no cookies" variant) are kept around, and the transpose_cyto document has preserved links to precise script versions, as they also check for script integrity, making offline replacements possibly delicate. |
Étienne Mollier <emollier@debian.org> | not-needed | 2025-01-05 | ||
disable-dask-theme.patch | Disable dask theme ... until https://bugs.debian.org/1085947 is fixed. |
Colin Watson <cjwatson@debian.org> | no | debian | 2025-01-05 | |
test_nanquantile_all_nan-allow-no-warning.patch | Don't fail test_nanquantile_all_nan if RuntimeWarning is not raised | Colin Watson <cjwatson@debian.org> | no | 2025-01-06 |