We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bec3a commit 333e455Copy full SHA for 333e455
docs/source/conf.py
@@ -53,7 +53,7 @@ def copy_tree(src, tar):
53
# npsphinx
54
55
nbsphinx_thumbnails = {
56
- 'build/blitz/sif/sif': '_static/EduNLP.png',
+ 'build/blitz/sif/sif': '_static/item_figure.png',
57
}
58
59
# Add any paths that contain templates here, relative to this directory.
@@ -88,4 +88,4 @@ def copy_tree(src, tar):
88
# Add any paths that contain custom static files (such as style sheets) here,
89
# relative to this directory. They are copied after the builtin static files,
90
# so a file named "default.css" will overwrite the builtin "default.css".
91
-html_static_path = ['_static']
+html_static_path = ['_static', 'build/asset/_static']
0 commit comments