summaryrefslogtreecommitdiffstats
path: root/docs/extra.js
blob: 4af1fa41162b4b15a3bfa10ece04fb6cf49c98b6 (plain)
1
2
3
4
5
document.addEventListener("DOMContentLoaded", function () {
    document.querySelectorAll("table").forEach(function (table) {
        table.classList.add("docutils");
    });
});