Skip to content

Commit d25f9cc

Browse files
[Docs] Fixed the RTD theme and core version (#8794)
Co-authored-by: Vojtěch Bartoška <[email protected]>
1 parent 730d827 commit d25f9cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
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
67
sphinx-tabs==3.2.0

Diff for: docs/source/conf.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Arduino-ESP32'
21-
copyright = '2022, Espressif'
21+
copyright = '2023, Espressif'
2222
author = '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.
3232
extensions = [
33+
'sphinx_rtd_theme',
3334
'sphinx_copybutton',
3435
'sphinx_tabs.tabs'
3536
]
@@ -56,7 +57,7 @@
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"
6061
html_logo = '_static/logo_espressif.png'
6162

6263
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)