[issue13144] Global Module Index link in the offline documentation is incorrect

2011-10-17 Thread Georg Brandl
Georg Brandl added the comment: 2.x docs are supposed to be built with Sphinx 0.6.x -- there the link is correct. If Ubuntu chooses to ignore this and build with 1.0.x, they will have to include a patch fixing the link. -- nosy: +georg.brandl resolution: -> invalid status: open -> c

[issue13144] Global Module Index link in the offline documentation is incorrect

2011-10-17 Thread Éric Araujo
Éric Araujo added the comment: Can you clone the repository, build the doc with “make html” as explained in http://docs.python.org/documenting/building and tell us if the bug is there? If not, it’s specific to Debian or Ubuntu. -- nosy: +eric.araujo _

[issue13144] Global Module Index link in the offline documentation is incorrect

2011-10-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue13144] Global Module Index link in the offline documentation is incorrect

2011-10-10 Thread Graeme Glass
New submission from Graeme Glass : On my machine (Ubuntu 11.04) the link to "Python Module Index" from the index page is incorrect in the "Indices and tables" section (it links to modindex.html instead of py-modindex.html). It links to the correct place in the navigation bar at the top right