Seems there's a bad detection of htmls "norms" on IE 10 while browsing docs generated by theme readthedocs (last version). See attached screenshots to appreciate difference with chrome.


IE7 norms are detected by Internet Explorer, so it displays without using new css features, I think.
Found a workaround by adding this tag in base.html file :
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
Seems there's a bad detection of htmls "norms" on IE 10 while browsing docs generated by theme readthedocs (last version). See attached screenshots to appreciate difference with chrome.
IE7 norms are detected by Internet Explorer, so it displays without using new css features, I think.
Found a workaround by adding this tag in base.html file :