diff --git a/assets/js/_custom.js b/assets/js/custom.js
similarity index 100%
rename from assets/js/_custom.js
rename to assets/js/custom.js
diff --git a/assets/js/just-the-docs.js b/assets/js/just-the-docs.js
index 0b5000bf514b0894e0e2a6b136ad51d02024c7d4..1bdce7f21e5ea40b06761c3ef8911ba56139d609 100644
--- a/assets/js/just-the-docs.js
+++ b/assets/js/just-the-docs.js
@@ -291,4 +291,4 @@ jtd.onReady(function(){
 
 })(window.jtd = window.jtd || {});
 
-{% include_relative _custom.js %}
+{% include_relative custom.js %}