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:
parent
cc1becc1bf
commit
81258745eb
BIN
docs/source/_static/symbiotic_logo.png
Normal file
BIN
docs/source/_static/symbiotic_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue