Skip to content

Commit 333e455

Browse files
committed
[chore] update _static path and thumbnail
1 parent d9bec3a commit 333e455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def copy_tree(src, tar):
5353
# npsphinx
5454

5555
nbsphinx_thumbnails = {
56-
'build/blitz/sif/sif': '_static/EduNLP.png',
56+
'build/blitz/sif/sif': '_static/item_figure.png',
5757
}
5858

5959
# Add any paths that contain templates here, relative to this directory.
@@ -88,4 +88,4 @@ def copy_tree(src, tar):
8888
# Add any paths that contain custom static files (such as style sheets) here,
8989
# relative to this directory. They are copied after the builtin static files,
9090
# so a file named "default.css" will overwrite the builtin "default.css".
91-
html_static_path = ['_static']
91+
html_static_path = ['_static', 'build/asset/_static']

0 commit comments

Comments
 (0)