File size: 225 Bytes
0b32ad6
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/*
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"
})