New submission from Ned Deily <n...@acm.org>: r70727 and related merges changed the OS X build-installer script to build documentation from scratch using sphinx rather than the previous error-prone downloading. However, it appears the documentation is ending up at a different location in the framework, i.e. there is one extra directory now "python-docs-html":
old: file:///Library/Frameworks/Python.framework/Versions/2.6/Resources/Engli sh.lproj/Documentation/index.html new: file:///Library/Frameworks/Python.framework/Versions/2.6/Resources/Engli sh.lproj/Documentation/python-docs-html/index.html Besides breaking users' bookmarks, it also causes IDLE to not find the on-disk documentation and forces doc web page loads from python.org. ---------- components: Build, Macintosh messages: 86016 nosy: nad, ronaldoussoren severity: normal status: open title: OS X Installer: new make of documentation installs at wrong location versions: Python 2.6, Python 2.7, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5769> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com