File: disable-sphinx_book_theme.patch

package info (click to toggle)
pytango 10.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,196 kB
  • sloc: python: 28,206; cpp: 16,380; sql: 255; sh: 82; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (3)
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