[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readthedocs theme display error in IE 10 #785

Closed
jdury opened this issue Jan 6, 2016 · 1 comment
Closed

Readthedocs theme display error in IE 10 #785

jdury opened this issue Jan 6, 2016 · 1 comment

Comments

@jdury
Copy link
jdury commented Jan 6, 2016

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.

rtd-ie

rtd-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"/>
@d0ugal
Copy link
Member
d0ugal commented Jan 28, 2016

This fix was merged and released in 0.15

@d0ugal d0ugal closed this as completed Jan 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants