Skip to content

Commit 05c4b48

Browse files
committed
imrpove: base_path expect an array
1 parent cf394ce commit 05c4b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ markdown_extensions:
3939
pygments_lang_class: true
4040
- pymdownx.inlinehilite
4141
- pymdownx.snippets:
42-
base_path: "."
42+
base_path:
43+
- "."
4344
check_paths: true
4445
- pymdownx.superfences
4546
- pymdownx.tabbed:

0 commit comments

Comments
 (0)