From b8856c281225c36c530991b3c34922d48b866e06 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 19 Jun 2024 13:30:23 +0800 Subject: [PATCH] Fix basedir_for_gallery for local builds --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 7d44649c9c..47013fc57d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -109,7 +109,7 @@ basedir_for_gallery = "./" else: # build locally siteurl_for_gallery = "" - basedir_for_gallery = "" + basedir_for_gallery = "source/" html_context = { "favicon": "favicon.ico",