This commit is contained in:
2025-06-08 01:35:35 -04:00
parent 7944834e63
commit 7f7f08ee0c
9 changed files with 507 additions and 238 deletions

View File

@@ -27,16 +27,6 @@ exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "sphinx_book_theme"
html_theme = "classic"
html_theme_path = ["_themes", ]
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']