I've used Sphinx to build a local copy of the Pyramid (1.2) documentation. I then access this in my web browser. I've noticed delays in loading these local docs in my web browser that I don't see with similar documentation from other projects. I looked at the HTML source discovered that even though it's a local copy, it's still looking for some files online:
My web browser is Safari (on a Mac), and having these lines causes a delay when I'm connected to the internet. If I'm not connected to the internet, the page loads immediately and seems okay. I looked and those same lines are included in many of the HTML files in the docs. Do they need to be there or should the documentation source be changed to use local copies of those stylesheets?
Thanks,
Mark