Skip to content

Commit 7eea4c0

Browse files
committed
Use modern sphinx
1 parent b7d4ae8 commit 7eea4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def add_scripts(app):
213213
for fname in ['jupyter-threejs.js']:
214214
if not os.path.exists(os.path.join(here, '_static', fname)):
215215
logger.warn('missing javascript file: %s' % fname)
216-
app.add_javascript(fname)
216+
app.add_js_file(fname)
217217

218218
def add_images(app):
219219
# TODO: Add all images automatically by dir

0 commit comments

Comments
 (0)