Anastasia Klimchuk has uploaded this change for review.

View Change

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

To view, visit change 77438. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I9a530f7143880393fffc2a97327416f2cd688586
Gerrit-Change-Number: 77438
Gerrit-PatchSet: 1
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-MessageType: newchange