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.
|