.
This commit is contained in:
@@ -27,5 +27,15 @@ exclude_patterns = []
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = 'alabaster'
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_theme_options = {
|
||||
'repository_url': 'esp32-c3-zen',
|
||||
'repository_branch': 'main',
|
||||
'path_to_docs': 'source',
|
||||
'use_repository_button': True,
|
||||
'use_issues_button': True,
|
||||
'use_edit_page_button': True,
|
||||
'use_download_button': True,
|
||||
'use_fullscreen_button': True,
|
||||
}
|
||||
html_static_path = ['_static']
|
||||
|
Reference in New Issue
Block a user