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

@ -59,4 +59,4 @@ urllib3==1.26.9
myst_parser==4.0.0 myst_parser==4.0.0
sphinxcontrib-googleanalytics==0.4 sphinxcontrib-googleanalytics==0.4

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") os.system("git clone --depth 1 https://github.com/Freenove/Freenove_ESP32_WROVER_Board freenove_Kit")
project = "fnk0060-docs" project = "fnk0060-docs"
# <!!!BEGIN!!!>
copyright = '2016-2025, Freenove' copyright = '2016-2025, Freenove'
author = 'Freenove' author = 'Freenove'
release = 'v1.0.0' release = 'v1.0.0'
@ -130,4 +131,5 @@ def setup(app):
# app.add_css_file("css/custom.css") # 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') # app.add_css_file('https://cdn.jsdelivr.net/gh/Freenove/freenove-docs/docs/source/_static/css/custom.css')
suppress_warnings = ['autosectionlabel.*'] suppress_warnings = ['autosectionlabel.*']
# <!!!END!!!>