This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add devhelp build instructions to the documentation makefile (Python2)
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Add devhelp build instructions to the documentation makefile
View: 18384
Assigned To: docs@python Nosy List: brouberol, docs@python
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
devhelp-build-py2.patch brouberol, 2013-07-06 16:14 review
Messages (1)
msg192458 - (view) Author: Balthazar Rouberol (brouberol) Date: 2013-07-06 16:14
The documentation makefile is missing support for Devhelp.

The supplied patch fixes this for the Python 2 branch.
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62585
2013-07-06 16:23:29ezio.melottisetstatus: open -> closed
superseder: Add devhelp build instructions to the documentation makefile
resolution: duplicate
stage: resolved
2013-07-06 16:14:41brouberolcreate