mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-07 05:41:24 +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
9
docs/source/conf.diff
Normal file
9
docs/source/conf.diff
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- a/docs/source/conf.py
|
||||
+++ b/docs/source/conf.py
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
-project = 'YosysHQ Docs'
|
||||
+project = 'YosysHQ SBY'
|
||||
author = 'YosysHQ GmbH'
|
||||
copyright ='2021 YosysHQ GmbH'
|
||||
|
|
@ -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