ESP32-S3 Uno

This commit is contained in:
2024-10-15 00:59:39 -04:00
commit fd24eb8fb0
4 changed files with 100 additions and 0 deletions

28
source/conf.py Normal file
View File

@@ -0,0 +1,28 @@
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'ESP32-S3 Arduino Uno'
copyright = '2024, Alexander Bobkov'
author = 'Alexander Bobkov'
release = '1.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
templates_path = ['_templates']
exclude_patterns = []
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster'
html_static_path = ['_static']

17
source/index.rst Normal file
View File

@@ -0,0 +1,17 @@
.. ESP32-S3 Arduino Uno documentation master file, created by
sphinx-quickstart on Tue Oct 15 00:57:00 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
ESP32-S3 Arduino Uno documentation
==================================
Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.
.. toctree::
:maxdepth: 2
:caption: Contents: