ESP32-S3 Uno

This commit is contained in:
2024-10-15 02:03:45 -04:00
parent c7c0b0483b
commit acc5e63c6c
11 changed files with 929 additions and 189 deletions

View File

@@ -15,6 +15,7 @@ release = '1.0'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
#pdf_documents = [('index', u'rst2pdf', u'Sample rst2pdf doc', u'Alexander Bobkov'),]
templates_path = ['_templates']
exclude_patterns = []
@@ -24,5 +25,6 @@ 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 = 'nature'
#'alabaster'
html_static_path = ['_static']