File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22# pip install --user -r requirements.txt
33#
44# matplotlib is currently required only by the script generate_chart.py
5- sphinx-copybutton == 0.3.0
5+ sphinx-rtd-theme
6+ sphinx-copybutton == 0.5.0
67sphinx-tabs == 3.2.0
Original file line number Diff line number Diff line change 1818# -- Project information -----------------------------------------------------
1919
2020project = 'Arduino-ESP32'
21- copyright = '2022 , Espressif'
21+ copyright = '2023 , Espressif'
2222author = 'Espressif'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '2.0.6 '
25+ release = '2.0.14 '
2626
2727# -- General configuration ---------------------------------------------------
2828
2929# Add any Sphinx extension module names here, as strings. They can be
3030# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131# ones.
3232extensions = [
33+ 'sphinx_rtd_theme' ,
3334 'sphinx_copybutton' ,
3435 'sphinx_tabs.tabs'
3536]
5657# The theme to use for HTML and HTML Help pages. See the documentation for
5758# a list of builtin themes.
5859#
59- html_theme = 'default'
60+ html_theme = "sphinx_rtd_theme"
6061html_logo = '_static/logo_espressif.png'
6162
6263# Add any paths that contain custom static files (such as style sheets) here,
You can’t perform that action at this time.
0 commit comments