Package: sphinx-rtd-theme / 0.5.1+dfsg-1

Metadata

Package Version Patches format
sphinx-rtd-theme 0.5.1+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fonts only ttf woff2.patch | (download)

src/sass/_theme_font_local.sass | 15 6 + 9 - 0 !
1 file changed, 6 insertions(+), 9 deletions(-)

 use only ttf and woff2 fonts for lato, only woff2 for robotoslab

tests configuration.patch | (download)

tests/util.py | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 make it possible to run upstream tests

- Do not use readthedocs-sphinx-ext, it is not packaged.
- Point to local version of sphinx_rtd_theme.

replace webpack imports.patch | (download)

src/sass/_theme_variables.sass | 2 1 + 1 - 0 !
src/sass/badge_only.sass | 4 2 + 2 - 0 !
src/sass/theme.sass | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 replace webpack-style imports with normal ones

The ~ syntax is only supported by webpack, which we do not use:
https://github.com/webpack-contrib/sass-loader#resolving-import-at-rules

do not override build commands.patch | (download)

setup.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 do not override python build commands

We do not use webpack in debian packaging.

remove html5shiv.patch | (download)

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

 remove html5shiv dependency