Skip to content

Commit

Permalink
[Docs] Fixed the RTD theme and core version (#8794)
Browse files Browse the repository at this point in the history
Co-authored-by: Vojtěch Bartoška <76958047+VojtechBartoska@users.noreply.github.com>
  • Loading branch information
pedrominatel and VojtechBartoska authored Oct 23, 2023
1 parent 730d827 commit d25f9cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 4 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
# -- 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 ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinx_copybutton',
'sphinx_tabs.tabs'
]
Expand All @@ -56,7 +57,7 @@
# 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,
Expand Down

0 comments on commit d25f9cc

Please sign in to comment.