diff --git a/docs/requirements.txt b/docs/requirements.txt index 9e40946ec..da0d93770 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 402c1e293..42e94533e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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,