mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 14:45:18 +00:00
Update docs conf.py
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
dac0e1b69b
commit
66a458958d
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
project = 'YosysHQ-AppNote-120'
|
project = 'YosysHQ SBY'
|
||||||
author = 'YosysHQ Gmbh'
|
author = 'YosysHQ GmbH'
|
||||||
copyright ='2021 YosysHQ Gmbh'
|
copyright ='2021 YosysHQ GmbH'
|
||||||
|
|
||||||
# select HTML theme
|
# select HTML theme
|
||||||
html_theme = 'alabaster'
|
#html_theme = 'alabaster'
|
||||||
|
|
||||||
# These folders are copied to the documentation's HTML output
|
# These folders are copied to the documentation's HTML output
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
@ -15,7 +15,7 @@ highlight_language = 'systemverilog'
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'extra_nav_links' : {
|
'extra_nav_links' : {
|
||||||
'Documentation Index' : 'https://yosyshq-docs.readthedocs.io' ,
|
'YosysHQ Docs' : 'https://yosyshq-docs.readthedocs.io' ,
|
||||||
'YosysHQ Website' : 'https://www.yosyshq.com',
|
'YosysHQ Website' : 'https://www.yosyshq.com',
|
||||||
},
|
},
|
||||||
# 'logo' : 'logo.png',
|
# 'logo' : 'logo.png',
|
||||||
|
|
Loading…
Reference in a new issue