This commit is contained in:
2025-06-08 01:22:26 -04:00
parent 490d1bab81
commit 439135e5ea

View File

@@ -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']