diff --git a/build/doctrees/environment.pickle b/build/doctrees/environment.pickle index e404cb1..3833c5f 100644 Binary files a/build/doctrees/environment.pickle and b/build/doctrees/environment.pickle differ diff --git a/build/html/.buildinfo b/build/html/.buildinfo index e468042..d594b07 100644 --- a/build/html/.buildinfo +++ b/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6e805451d6a51187587d1834829dd521 +config: 0b981a15f09d80190c760599a0a05fae tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/build/html/genindex.html b/build/html/genindex.html index 1b2169c..bd72193 100644 --- a/build/html/genindex.html +++ b/build/html/genindex.html @@ -4,7 +4,7 @@ - Index — ESP32-C3_ZEN 5.0 documentation + Index — ESP32-C3_ZEN Documentation @@ -21,7 +21,7 @@
  • index
  • - + @@ -65,13 +65,12 @@
  • index
  • - + \ No newline at end of file diff --git a/build/html/index.html b/build/html/index.html index 777964b..2dfefac 100644 --- a/build/html/index.html +++ b/build/html/index.html @@ -5,7 +5,7 @@ - Welcome to ESP32-C3_ZEN’s Discovery! — ESP32-C3_ZEN 5.0 documentation + Welcome to ESP32-C3_ZEN’s Discovery! — ESP32-C3_ZEN Documentation @@ -22,7 +22,7 @@
  • index
  • - + @@ -67,13 +67,6 @@ This documentation is structured to provide a clear and detailed overview of the -
    -

    This Page

    - -
    @@ -84,13 +84,12 @@
  • index
  • - + \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index 0f8f482..af50eb8 100644 --- a/source/conf.py +++ b/source/conf.py @@ -28,5 +28,13 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "classic" +html_logo = "_static/logo.png" +html_favicon = "_static/favicon.ico" +html_title = "ESP32-C3_ZEN Documentation" +html_short_title = "ESP32-C3_ZEN" +html_show_sourcelink = False +html_show_sphinx = False +htmlhelp_basename = 'ESP32-C3_ZENdoc' +# Custom theme path html_theme_path = ["_themes", ] html_static_path = ['_static']