We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc281c commit 284374eCopy full SHA for 284374e
2 files changed
_static/js/custom.js
@@ -0,0 +1,5 @@
1
+
2
+window.onload=function(){
3
+ var elem = document.getElementById("rtd-footer-container");
4
+ elem.parentNode.removeChild(elem);
5
+}
conf.py
@@ -301,6 +301,11 @@ def tagged_commit():
301
# pixels large.
302
html_favicon = "_static/favicon.ico"
303
304
+html_js_files = [
305
+ 'js/custom.js',
306
+]
307
308
309
# Add any paths that contain custom static files (such as style sheets) here,
310
# relative to this directory. They are copied after the builtin static files,
311
# so a file named "default.css" will overwrite the builtin "default.css".
0 commit comments