Package: dask-sphinx-theme / 3.0.5-3

Metadata

Package Version Patches format
dask-sphinx-theme 3.0.5-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable google tag manager.patch | (download)

dask_sphinx_theme/layout.html | 33 0 + 33 - 0 !
1 file changed, 33 deletions(-)

 remove google tag manager code from the theme
disable remote font.patch | (download)

dask_sphinx_theme/static/css/style.css | 42 34 + 8 - 0 !
1 file changed, 34 insertions(+), 8 deletions(-)

---
support file url.patch | (download)

dask_sphinx_theme/ext/dask_config_sphinx_ext.py | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 in trying to make the dask documentation installable locally and
 not depend on remote resources I tried linking to yaml schema files with
 file urls. requests stopped processing those so I needed to manually
 handle the file:/// case.