Skip to content

Commit 0889f6d

Browse files
committed
add logo libresign
Signed-off-by: Crisciany Souza <[email protected]>
1 parent b7a4648 commit 0889f6d

File tree

8 files changed

+5
-0
lines changed

8 files changed

+5
-0
lines changed

admin_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
exclude_patterns = []
2020

2121
html_theme = 'sphinx_rtd_theme'
22+
html_logo = "images/logo.png"
2223
html_theme_options = {
2324
'style_nav_header_background': '#184c4e',
2425
'logo_only': True,

admin_manual/images/logo.png

8.76 KB
Loading

developer_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
exclude_patterns = []
2020

2121
html_theme = 'sphinx_rtd_theme'
22+
html_logo = "images/logo.png"
2223
html_theme_options = {
2324
'style_nav_header_background': '#184c4e',
2425
'logo_only': True,

developer_manual/images/logo.png

8.76 KB
Loading

main/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
exclude_patterns = []
2222

2323
html_theme = 'sphinx_rtd_theme'
24+
html_logo = "images/logo.png"
2425
html_theme_options = {
2526
'style_nav_header_background': '#184c4e',
2627
'logo_only': True,
2728
'navigation_with_keys': True,
2829
'style_external_links': True,
2930
'version_selector': False,
3031
}
32+

main/images/logo.png

8.76 KB
Loading

user_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
exclude_patterns = []
2020

2121
html_theme = 'sphinx_rtd_theme'
22+
html_logo = "images/logo.png"
2223
html_theme_options = {
2324
'style_nav_header_background': '#184c4e',
2425
'logo_only': True,

user_manual/images/logo.png

8.76 KB
Loading

0 commit comments

Comments
 (0)