Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/77438?usp=email )
Change subject: doc: Add html_logo and html_title to sphinx config ......................................................................
doc: Add html_logo and html_title to sphinx config
Logo set in config will be shown at the top of the sidebar, which means it will be shown on every page.
Change-Id: I9a530f7143880393fffc2a97327416f2cd688586 Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M doc/conf.py 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/38/77438/1
diff --git a/doc/conf.py b/doc/conf.py index be9cc01..df60be7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,6 +40,9 @@
html_favicon = 'logo/flashrom_icon_color-32x32.ico'
+html_logo = 'logo/flashrom_icon_color.svg' + +html_title = 'flashrom documentation'
# -- Options for manual page output -------------------------------------------- man_make_section_directory = True