Issue 18384: Add devhelp build instructions to the documentation makefile (original) (raw)

Issue18384

Created on 2013-07-06 16:07 by brouberol, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
devhelp-build-py3.patch brouberol,2013-07-06 16:11 Patch for python 3 only review
devhelp-build-py2.patch brouberol,2013-07-06 16:23 Patch for Python 2 only review
Messages (3)
msg192457 - (view) Author: Balthazar Rouberol (brouberol) Date: 2013-07-06 16:07
The documentation makefile is missing support for Devhelp. The supplied patch fixes this for the Python 3 branch. It also edits the ouput of the sphinx build to change the name of the devhelp project. This is needed to be able to have both versions of documentation (py2 & py3) displayed in Devhelp. This is useful if developers need to access documentation for both versions, such as both maintaining a Python2 project and starting a new project in Python3. This has been patched in some distributions downstream, but would be nice to have patched upstream. See: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/787039
msg192752 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-07-09 14:00
I'm not sure that this belongs in core, but I'll certainly defer to Georg on that :). If it does go in, the help string should explain what 'devhelp' does, since it isn't obvious from the name (for a non-GNOME user...I had to google it).
msg266866 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-06-02 02:55
I think we should avoid adding distro specific tools into CPython repository (and the another reason to reject this is that the other distros will probably want to add their tools).
History
Date User Action Args
2022-04-11 14:57:47 admin set github: 62584
2016-06-02 02:55:07 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: rejectedstage: patch review -> resolved
2013-07-09 14:00:06 r.david.murray set nosy: + r.david.murraymessages: +
2013-07-06 16:23:29 ezio.melotti link issue18385 superseder
2013-07-06 16:23:19 brouberol set files: + devhelp-build-py2.patchversions: + Python 2.7title: Add devhelp build instructions to the documentation makefile (Python3) -> Add devhelp build instructions to the documentation makefile
2013-07-06 16:12:52 brouberol set title: Add devhelp build instructions to the documentation makefile -> Add devhelp build instructions to the documentation makefile (Python3)
2013-07-06 16:11:17 brouberol set files: + devhelp-build-py3.patch
2013-07-06 16:10:39 brouberol set files: - devhelp-build-py3.patch
2013-07-06 16:08:46 ezio.melotti set nosy: + georg.brandlstage: patch reviewversions: + Python 3.4, - Python 3.5
2013-07-06 16:07:52 brouberol create