Merge pull request #210 from antmicro/symbiflow-theme
Switch to sphinx_symbiflow_theme
This commit is contained in:
commit
52e9db39b4
17
docs/conf.py
17
docs/conf.py
|
@ -65,22 +65,11 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||
#
|
||||
|
||||
html_show_sourcelink = True
|
||||
html_sidebars = {
|
||||
"**":
|
||||
[
|
||||
"logo-text.html", "globaltoc.html", "localtoc.html",
|
||||
"searchbox.html"
|
||||
]
|
||||
}
|
||||
|
||||
html_theme = 'sphinx_material'
|
||||
html_theme = 'sphinx_symbiflow_theme'
|
||||
|
||||
html_theme_options = {
|
||||
'nav_title': project,
|
||||
'color_primary': 'deep-purple',
|
||||
'color_accent': 'purple',
|
||||
'repo_name': "symbiflow/symbiflow-examples",
|
||||
'repo_url': 'https://github.com/symbiflow/symbiflow-examples',
|
||||
'globaltoc_depth': 2,
|
||||
'github_url' : 'https://github.com/SymbiFlow/symbiflow-examples',
|
||||
'globaltoc_collapse': True
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Sphinx==3.3.0
|
||||
sphinx-material==0.0.32
|
||||
sphinx-tabs==1.3.0
|
||||
sphinx-jinja==1.1.1
|
||||
sphinx
|
||||
docutils==0.17
|
||||
git+https://github.com/SymbiFlow/sphinx_symbiflow_theme.git#egg=sphinx-symbiflow-theme
|
||||
sphinx-tabs
|
||||
sphinx-jinja
|
||||
|
|
Loading…
Reference in New Issue