Skip to content

Commit 9622b4f

Browse files
committed
[Fix] Fix the missing files in the pytorch_sphinx_theme package.
1 parent d0fe82f commit 9622b4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
'*.html',
2020
'static/css/*.css',
2121
'static/js/*.js',
22-
'static/fonts/*.*',
22+
'static/js/*/*.js',
23+
'static/fonts/*/*.*',
2324
'static/images/*.*',
2425
'theme_variables.jinja'
2526
]},

0 commit comments

Comments
 (0)