1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Temporarily disable sphinx_book_theme
until https://bugs.debian.org/1085947 gets fixed in unstable.
Author: Santiago Ruano Rincón <santiago@freexian.com>
Last-Update: 2025-03-11
Index: package/doc/conf.py
===================================================================
--- package.orig/doc/conf.py
+++ package/doc/conf.py
@@ -123,7 +123,7 @@ pygments_style = "sphinx"
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = "sphinx_book_theme"
+#html_theme = "sphinx_book_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
|