theme: use variant 'chips'
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
00fc2217dd
commit
7c48a0db49
|
@ -1,3 +1,3 @@
|
|||
Sphinx==3.0.4
|
||||
http://github.com/SymbiFlow/sphinx_symbiflow_theme/archive/master.zip#sphinx-symbiflow-theme
|
||||
http://github.com/SymbiFlow/sphinx_symbiflow_theme/archive/chips.zip#sphinx-symbiflow-theme
|
||||
http://github.com/SymbiFlow/sphinx-verilog-domain/archive/master.zip#sphinx-verilog-domain
|
||||
|
|
|
@ -56,6 +56,8 @@ html_theme_options = {
|
|||
'repo_name': 'chipsalliance/f4pga-docs',
|
||||
'github_url' : 'https://github.com/chipsalliance/f4pga-docs',
|
||||
'globaltoc_collapse': True,
|
||||
'color_primary': 'indigo',
|
||||
'color_accent': 'blue',
|
||||
}
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue