13bd97688a
Some projects using openstackdocstheme may wish to customise the default bug title to be better suited to their needs. This patch implements the ability to do so. To define it, add the variable to html_context in the Sphinx conf.py. For example: html_context = {"bug_title": 'Documentation bug', ...} Change-Id: Id62debd50fe0499ace809dde626cd8a357dbf933
14 lines
329 B
YAML
14 lines
329 B
YAML
---
|
|
features:
|
|
- |
|
|
The ability to customise the bug title for the 'Report a Bug'
|
|
link is now available. To customise the bug title used add
|
|
the ``bug_title`` key with a value to ``html_context`` in the
|
|
Sphinx configuration.
|
|
|
|
For example:
|
|
|
|
::
|
|
|
|
html_context = {"bug_title": 'Documentation bug', ...}
|