Notes on Sphinix

handsontable

After many tries, I found local js won’t work. We have to use the js served by CDN.

html_js_files = ['https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.js']
html_css_files = ['https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css']

code @ github.