diff --git a/doc/source/conf.py b/doc/source/conf.py index 8567ca08..dddd7fa2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -144,11 +144,12 @@ autosummary_generate = True ##} #except ImportError: - #pass + #print("sphinx_rtd_theme package not found, using default", file=sys.stderr) #html_short_title = '%s-%s' % (project, version) #html_last_updated_fmt = '%b %d, %Y' #html_split_index = True +html_logo = 'img/kiwi-logo.png' # -- Options for manual page output --------------------------------------- diff --git a/doc/source/img/kiwi-logo.png b/doc/source/img/kiwi-logo.png new file mode 100644 index 00000000..af8e50c1 Binary files /dev/null and b/doc/source/img/kiwi-logo.png differ