Fix docs build warnings

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-11-02 15:19:17 +01:00
parent c9ff26a6ef
commit 0ea6ba72cf
1 changed files with 0 additions and 6 deletions

View File

@ -69,12 +69,6 @@ html_show_sourcelink = True
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,
'globaltoc_collapse': True
}