[Docs] Fixed the RTD theme and core version (#8794)

Co-authored-by: Vojtěch Bartoška <76958047+VojtechBartoska@users.noreply.github.com>
This commit is contained in:
Pedro Minatel 2023-10-23 10:57:31 +01:00 committed by GitHub
parent 730d827553
commit d25f9cc717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2,5 +2,6 @@
# pip install --user -r requirements.txt
#
# matplotlib is currently required only by the script generate_chart.py
sphinx-copybutton==0.3.0
sphinx-rtd-theme
sphinx-copybutton==0.5.0
sphinx-tabs==3.2.0

View File

@ -18,11 +18,11 @@ import sys
# -- Project information -----------------------------------------------------
project = 'Arduino-ESP32'
copyright = '2022, Espressif'
copyright = '2023, Espressif'
author = 'Espressif'
# The full version, including alpha/beta/rc tags
release = '2.0.6'
release = '2.0.14'
# -- General configuration ---------------------------------------------------
@ -30,6 +30,7 @@ release = '2.0.6'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinx_copybutton',
'sphinx_tabs.tabs'
]
@ -56,7 +57,7 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = "sphinx_rtd_theme"
html_logo = '_static/logo_espressif.png'
# Add any paths that contain custom static files (such as style sheets) here,