doc: remove modernizr.min.js

modernizr.min.js is no longer used by Sphinx's rtd theme and is causing
some browsers to have a noticable flash when pages are loaded. While we
can't easily remove it from the RTD theme, we can replace the script
with an empty file instead.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-08-15 08:50:45 -07:00 committed by David Kinder
parent f791574f0e
commit 4d4c4e7b68

5
doc/static/js/modernizr.min.js vendored Normal file
View File

@ -0,0 +1,5 @@
/* modernizr.min.js is causing unnecessary reloads of a page causing
* flashing of the browser window during page load. This empty script
* effectively wipes out the modernizr.min.js loaded by the Sphinx
* rtd theme
*/