theme: use variant 'chips'

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-02-21 16:20:16 +01:00
parent 00fc2217dd
commit 7c48a0db49
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 --------------------------------------------------