This is an automated email from the git hooks/post-receive script.
atagar pushed a commit to branch maint in repository stem.
commit d3867faece77a7f46d1c9d82efef9016c8521d4b Author: juga juga@riseup.net AuthorDate: Tue May 30 13:58:50 2023 +0000
Fix logo and favicon locations --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py index 6535135b..ae33baa4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,13 +123,13 @@ html_short_title = 'Stem Docs' # The name of an image file (relative to this directory) to place at the top # of the sidebar.
-html_logo = 'logo.png' +html_logo = '_static/logo.png'
# The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large.
-html_favicon = 'favicon.png' +html_favicon = '_static/favicon.png'
# Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,