Switch to sphinx_symbiflow_theme

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-11-02 15:10:50 +01:00
parent 02d2a3021e
commit c9ff26a6ef
2 changed files with 7 additions and 12 deletions

View File

@ -65,15 +65,9 @@ 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',

View File

@ -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+http://github.com/SymbiFlow/sphinx_materialdesign_theme.git@master#egg=sphinx_symbiflow_theme
sphinx-tabs
sphinx-jinja