mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-13 16:48:44 +00:00
Update conf.py
This commit is contained in:
parent
605db98382
commit
9aa0963f26
|
@ -50,8 +50,8 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'SymbiYosys'
|
project = 'SymbiYosys'
|
||||||
copyright = '2020 Symbiotic EDA'
|
copyright = '2021 YosysHQ'
|
||||||
author = 'Symbiotic EDA'
|
author = 'YosysHQ'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
@ -128,10 +128,10 @@ html_theme = 'alabaster'
|
||||||
#
|
#
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"extra_nav_links" : {
|
"extra_nav_links" : {
|
||||||
'Documentation Index' : 'https://sedasuite.readthedocs.io' ,
|
# 'Documentation Index' : 'https://tabbycad.readthedocs.io' ,
|
||||||
'Symbiotic Website' : 'https://www.symbioticeda.com',
|
'YosysHQ Website' : 'https://www.yosyshq.com',
|
||||||
},
|
},
|
||||||
"logo" : 'symbiotic_logo.png',
|
# "logo" : 'logo.png',
|
||||||
"fixed_sidebar" : True,
|
"fixed_sidebar" : True,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -268,7 +268,7 @@ latex_elements = {
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'SymbiYosys.tex', 'SymbiYosys Documentation',
|
(master_doc, 'SymbiYosys.tex', 'SymbiYosys Documentation',
|
||||||
'Clifford Wolf', 'manual'),
|
'Claire Xen Wolf', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
|
Loading…
Reference in a new issue