From bd3522f079105ddbcc05cc3477aca1e90302e6eb Mon Sep 17 00:00:00 2001 From: Eeason Shen <109536807+Vegetable-SYC@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:00:31 +0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fd2a6be..13fbda2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,9 +13,9 @@ import sys sys.path.insert(0, pathlib.Path(__file__).parents[2].resolve().as_posix()) os.system("rm -r freenove_Kit") -os.system("git clone --depth 1 https://github.com/Freenove/Freenove_Ultimate_Starter_Kit_for_ESP32 freenove_Kit") +os.system("git clone --depth 1 https://github.com/Freenove/Freenove_ESP32_WROVER_Board freenove_Kit") -project = "fnk0047-docs" +project = "fnk0060-docs" copyright = '2016-2025, Freenove' author = 'Freenove' release = 'v1.0.0'