diff --git a/docs/requirements.txt b/docs/requirements.txt index efe63e9..5a1d6d2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -59,4 +59,4 @@ urllib3==1.26.9 myst_parser==4.0.0 -sphinxcontrib-googleanalytics==0.4 +sphinxcontrib-googleanalytics==0.4 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 13fbda2..653e5b1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,6 +16,7 @@ os.system("rm -r freenove_Kit") os.system("git clone --depth 1 https://github.com/Freenove/Freenove_ESP32_WROVER_Board freenove_Kit") project = "fnk0060-docs" +# copyright = '2016-2025, Freenove' author = 'Freenove' release = 'v1.0.0' @@ -130,4 +131,5 @@ def setup(app): # app.add_css_file("css/custom.css") # app.add_css_file('https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css') -suppress_warnings = ['autosectionlabel.*'] \ No newline at end of file +suppress_warnings = ['autosectionlabel.*'] +# \ No newline at end of file