This commit is contained in:
Eeason Shen 2025-04-02 10:42:56 +08:00
parent e8b381d683
commit ae30724607
2 changed files with 4 additions and 2 deletions

View File

@ -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"
# <!!!BEGIN!!!>
copyright = '2016-2025, Freenove'
author = 'Freenove'
release = 'v1.0.0'
@ -131,3 +132,4 @@ def setup(app):
# app.add_css_file('https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css')
suppress_warnings = ['autosectionlabel.*']
# <!!!END!!!>