This commit is contained in:
2025-06-08 01:38:33 -04:00
parent 7f7f08ee0c
commit f745fc61d2
6 changed files with 18 additions and 20 deletions

View File

@@ -28,5 +28,13 @@ exclude_patterns = []
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "classic"
html_logo = "_static/logo.png"
html_favicon = "_static/favicon.ico"
html_title = "ESP32-C3_ZEN Documentation"
html_short_title = "ESP32-C3_ZEN"
html_show_sourcelink = False
html_show_sphinx = False
htmlhelp_basename = 'ESP32-C3_ZENdoc'
# Custom theme path
html_theme_path = ["_themes", ]
html_static_path = ['_static']