Skip to content
Success

Changes

Summary

  1. Switch to the 'official' Debian-style html theme; see debian-policy to (details)
  2. Add language switcher in sidebar. For this, we need to override the (details)
  3. Make epub build work again by using the old nature theme and the (details)
  4. An additional build-depends needed for our nw theme (details)
  5. d/rules: stop overriding dh_sphinxdoc (details)
Commit 085c2984b68e34eef97a436d5cbfcdee9ea2641d by hwansing
Switch to the 'official' Debian-style html theme; see debian-policy to get an idea of how it looks like.
The file was modified source/conf.py
The file was addedsource/_static/debian.css
Commit c7b6857966b3b9c5118fd11ca2cd196e543beb25 by hwansing
Add language switcher in sidebar. For this, we need to override the layout.html file from sphinx-rtd-theme-common package with our own variant. However, this breaks the build of epub format... Needs to investigated.
The file was modified source/_templates/layout.html
Commit 7cd7b2ea666d3396b98dd5fe9380f6315aa73122 by hwansing
Make epub build work again by using the old nature theme and the original _templates/layout.html file from sphinx for it.
The file was modified Makefile
The file was addedepub.conf/conf.py
The file was addedepub.conf/_templates/layout.html
The file was addedepub.conf/README.txt
Commit 53efdd55425869dc830f7cec45e8d4309038aedb by Holger Levsen
An additional build-depends needed for our nw theme

Signed-off-by: Holger Levsen <holger@layer-acht.org>
The file was modified debian/control
Commit 050fc0b0d9384d64c1e4140d4c559e3d5ea3b6e2 by Holger Levsen
d/rules: stop overriding dh_sphinxdoc

Signed-off-by: Holger Levsen <holger@layer-acht.org>
The file was modified debian/rules