diff --git a/doc/_static/theme_extras.js b/doc/_static/theme_extras.js index d9129ae..73b00c3 100644 --- a/doc/_static/theme_extras.js +++ b/doc/_static/theme_extras.js @@ -22,7 +22,7 @@ $(document).ready(function() { $('div.apitoc').append(''+name+''); } } else { - alert( type ); + // alert( type ); } }); });