Switch to sphinx_symbiflow_theme
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
02d2a3021e
commit
c9ff26a6ef
10
docs/conf.py
10
docs/conf.py
|
@ -65,15 +65,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
#
|
#
|
||||||
|
|
||||||
html_show_sourcelink = True
|
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 = {
|
html_theme_options = {
|
||||||
'nav_title': project,
|
'nav_title': project,
|
||||||
'color_primary': 'deep-purple',
|
'color_primary': 'deep-purple',
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
Sphinx==3.3.0
|
sphinx
|
||||||
sphinx-material==0.0.32
|
docutils==0.17
|
||||||
sphinx-tabs==1.3.0
|
git+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
|
||||||
sphinx-jinja==1.1.1
|
sphinx-tabs
|
||||||
|
sphinx-jinja
|
||||||
|
|
Loading…
Reference in New Issue