File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
# pip install --user -r requirements.txt
3
3
#
4
4
# 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
6
7
sphinx-tabs == 3.2.0
Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = 'Arduino-ESP32'
21
- copyright = '2022 , Espressif'
21
+ copyright = '2023 , Espressif'
22
22
author = 'Espressif'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '2.0.6 '
25
+ release = '2.0.14 '
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
29
29
# Add any Sphinx extension module names here, as strings. They can be
30
30
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31
31
# ones.
32
32
extensions = [
33
+ 'sphinx_rtd_theme' ,
33
34
'sphinx_copybutton' ,
34
35
'sphinx_tabs.tabs'
35
36
]
56
57
# The theme to use for HTML and HTML Help pages. See the documentation for
57
58
# a list of builtin themes.
58
59
#
59
- html_theme = 'default'
60
+ html_theme = "sphinx_rtd_theme"
60
61
html_logo = '_static/logo_espressif.png'
61
62
62
63
# 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