File: 0001-Removed-the-logo_only-option-from-the-documentation-.patch

package info (click to toggle)
xrayutilities 1.7.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,660 kB
  • sloc: python: 49,871; ansic: 4,585; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 854 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Eugen Wintersberger <eugen.wintersberger@gmail.com>
Date: Sat, 25 Apr 2015 13:18:32 +0200
Subject: Removed the logo_only option from the documentation build

---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: python-xrayutilities/doc/source/conf.py
===================================================================
--- python-xrayutilities.orig/doc/source/conf.py	2025-11-17 18:23:29.741199861 +0100
+++ python-xrayutilities/doc/source/conf.py	2025-11-17 18:23:47.365277466 +0100
@@ -62,7 +62,7 @@
 # HTML output options
 html_theme = "sphinx_rtd_theme"
 html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
-html_theme_options = {"logo_only": True}
+#html_theme_options = {"logo_only": True}
 html_logo = "pics/xray-logo.png"
 html_favicon = "favicon.ico"
 # Output file base name for HTML help builder.