mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Docs: fix colors
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
091debb4de
commit
241e4e426e
2 changed files with 4 additions and 2 deletions
|
@ -70,7 +70,9 @@ html_theme = 'sphinx_symbiflow_theme'
|
|||
|
||||
html_theme_options = {
|
||||
'github_url' : 'https://github.com/chipsalliance/F4PGA-examples',
|
||||
'globaltoc_collapse': True
|
||||
'globaltoc_collapse': True,
|
||||
'color_primary': 'indigo',
|
||||
'color_accent': 'blue',
|
||||
}
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
sphinx
|
||||
docutils==0.17
|
||||
git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git#egg=sphinx-symbiflow-theme@chips
|
||||
git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git@chips#egg=sphinx-symbiflow-theme
|
||||
sphinx-tabs
|
||||
sphinx-jinja
|
||||
|
|
Loading…
Reference in a new issue