Skip to content

Commit 2284940

Browse files
committed
try absolute paths in static path
1 parent f7d81ae commit 2284940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,5 @@ def setup(app):
166166

167167
suppress_warnings = ['image.nonlocal_uri']
168168
html_static_path = ['notebooks', '_static']
169+
html_static_path = [os.path.join(_root, 'tutorials', x)
170+
for x in html_static_path] # make absolute paths

0 commit comments

Comments
 (0)