3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

logo and links

This commit is contained in:
Matt Venn 2020-10-15 17:02:52 +02:00
parent cc1becc1bf
commit 81258745eb
2 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -50,8 +50,8 @@ master_doc = 'index'
# General information about the project.
project = 'SymbiYosys'
copyright = '2017, Clifford Wolf'
author = 'Clifford Wolf'
copyright = '2020, Claire Wolf'
author = 'Claire Wolf'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -126,7 +126,14 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
"extra_nav_links" : {
'Documentation Index' : 'https://sedasuite.readthedocs.io' ,
'Symbiotic Website' : 'https://www.symbioticeda.com',
},
"logo" : 'symbiotic_logo.png',
"fixed_sidebar" : True,
}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []