[issue18384] Add devhelp build instructions to the documentation makefile

Balthazar Rouberol report at bugs.python.org
Sat Jul 6 18:07:53 CEST 2013


New submission from Balthazar Rouberol:

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

----------
assignee: docs at python
components: Documentation
files: devhelp-build-py3.patch
keywords: patch
messages: 192457
nosy: brouberol, docs at python
priority: normal
severity: normal
status: open
title: Add devhelp build instructions to the documentation makefile
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file30823/devhelp-build-py3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18384>
_______________________________________


More information about the Python-bugs-list mailing list