mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-26 23:15:50 +00:00
Update docs theme
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
882d5b3a96
commit
38562a5bb9
4 changed files with 49 additions and 17 deletions
|
@ -7,7 +7,7 @@ copyright ='2021 YosysHQ GmbH'
|
|||
html_theme = 'press'
|
||||
html_logo = '../static/logo.png'
|
||||
html_favicon = '../static/favico.png'
|
||||
html_css_files = ['yosyshq.css']
|
||||
html_css_files = ['yosyshq.css', 'custom.css']
|
||||
html_sidebars = {'**': ['util/searchbox.html', 'util/sidetoc.html']}
|
||||
|
||||
# These folders are copied to the documentation's HTML output
|
||||
|
@ -24,3 +24,5 @@ html_theme_options = {
|
|||
('Website', 'https://www.yosyshq.com'),
|
||||
],
|
||||
}
|
||||
|
||||
extensions = ['sphinx.ext.autosectionlabel']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue