mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:10:53 +00:00
ESP-NOW RC Tutorial
This commit is contained in:
@@ -14,9 +14,12 @@ release = '06-2025'
|
|||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = []
|
extensions = [
|
||||||
|
"sphinx_simplepdf",
|
||||||
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
include_patterns = ['*.rst', '*.md']
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
||||||
|
|
||||||
@@ -26,3 +29,22 @@ exclude_patterns = []
|
|||||||
|
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
# -- Options for simplepdf output --------------------------------------------
|
||||||
|
simplepdf_css = '_static/simplepdf_alex.css'
|
||||||
|
simplepdf_coverpage = True
|
||||||
|
simplepdf_toc_depth = 3
|
||||||
|
simplepdf_title = 'ESP-IDF ESPNOW RC Car'
|
||||||
|
simplepdf_author = 'Alexander B.'
|
||||||
|
simplepdf_file_name = 'cms-setup-guide.pdf'
|
||||||
|
simplepdf_vars = {
|
||||||
|
'cover-image': '_static/ESP32C3_Breadboard-Adapter.png',
|
||||||
|
'cover-overlay': '#047e2c',
|
||||||
|
'cover-bg': "#034b1b",
|
||||||
|
'primary-opaque': 'rgba(26, 150, 26, 0.8)',
|
||||||
|
'primary': "#1A961A",
|
||||||
|
'secondary': "#379683",
|
||||||
|
'cover': "#FFFFFF",
|
||||||
|
'links': "#790000",
|
||||||
|
'bottom-center-content': '"Getting RC onn the road"',
|
||||||
|
'bottom-right-content': '"Alexander B."',
|
||||||
|
Reference in New Issue
Block a user