openstackdocstheme/releasenotes/notes/bug-title-fdbefea0408e2cbf.yaml
Jesse Pretorius 13bd97688a Allow the bug title to be customisable
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
2016-07-06 15:52:31 +01:00

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', ...}