Fix template argument order in build_gallery calls
This commit is contained in:
+1
-1
@@ -188,9 +188,9 @@ def generate(
|
||||
# Directory of plots
|
||||
build_gallery(
|
||||
config,
|
||||
template,
|
||||
source_path,
|
||||
source_web_dir,
|
||||
template,
|
||||
Path(source.name)
|
||||
)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user