When hitting a bad url it shows content from main page but loses css.
e.g. http://pandas.pydata.org/pandas-docs/dev/foo.html
I think these pages link to the old (non-existent) "_static/pydata.css"
rather than "_static/nature.css"
(does this come from here or here?). :S
Also, not sure how/where this behaviour is configured (or if it can be), but could be nice if it could show a alert message to say was a bad url, but perhaps that's not possible.
Comment From: cpcloud
it should throw a 404 not found error not a weird unstyled page
Comment From: cpcloud
possible to use gh-pages for the docs? it correctly gives a page not found when u type in a bogus url
Comment From: jreback
@cpcloud still an issue?
Comment From: jreback
moving to 0.14; unless anyone can fix sooner
Comment From: TomAugspurger
Fixed now I think