seedsim / s3prl /docs /source /_static /js /custom.js
Twilight92z's picture
Upload folder using huggingface_hub
597ad83 verified
Raw
History Blame Contribute Delete
225 Bytes
/*
change the default sphinx.ext.linkcode's [source] to [Github]
*/
document.querySelectorAll(".reference.external .viewcode-link .pre").forEach(item => {
item.innerHTML = "[Github]"
item.style.marginRight = "3px"
})