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 b7d4ae8 commit 7eea4c0Copy full SHA for 7eea4c0
docs/source/conf.py
@@ -213,7 +213,7 @@ def add_scripts(app):
213
for fname in ['jupyter-threejs.js']:
214
if not os.path.exists(os.path.join(here, '_static', fname)):
215
logger.warn('missing javascript file: %s' % fname)
216
- app.add_javascript(fname)
+ app.add_js_file(fname)
217
218
def add_images(app):
219
# TODO: Add all images automatically by dir
0 commit comments