Issue 32254: documentation builds (even local ones) refer to https://docs.python.org/ (original) (raw)

Issue32254

Created on 2017-12-08 09:41 by doko, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg307842 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2017-12-08 09:41
lintian (the Debian packaging checker) recently started flagging so-called "privacy-breach" issues: https://lintian.debian.org/maintainer/doko@debian.org.html#python2.7 python2.7-doc W privacy-breach-generic usr/share/doc/python2.7/html/about.html (https://docs.python.org/2/about.html) usr/share/doc/python2.7/html/bugs.html (https://docs.python.org/2/bugs.html) usr/share/doc/python2.7/html/c-api/abstract.html (https://docs.python.org/2/c-api/abstract.html) [...] and 500 more. that's because Doc/tools/templates/layout.html hardcodes an absolute URL and there is no configure way to change it. I don't think that local builds should point to the same single-point-of-failure URL, but use local references instead.
msg307844 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2017-12-08 09:48
should *not* point to the same single-point-of-failure URL
History
Date User Action Args
2022-04-11 14:58:55 admin set github: 76435
2017-12-08 09:48:35 doko set messages: + versions: + Python 2.7, Python 3.6, Python 3.7
2017-12-08 09:41:48 doko create