From eae0aa0592adeee25244c0194be46108cc4d5109 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 28 Feb 2018 22:14:57 +0100 Subject: [PATCH] Automatically stuff reference in commit message (#36844) * Automatically stuff reference in commit message So we probably want to track which edits were performed through the Github interface, and this change automatically adds a label to the commit message. ```yaml +label: docsite_pr ``` Eventually this allows to (on regular basis) list the changes from documentation readers and process them in a separate process. --- docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html | 4 ++-- docs/templates/plugin.rst.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html b/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html index 7e901ab98e..3dfe7e7531 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html @@ -3,11 +3,11 @@
  • {{ title }}
  • {% if pagename.endswith('_module') %}
  • - Edit on GitHub + Edit on GitHub
  • {% elif (not 'list_of' in pagename) and (not 'category' in pagename) %}
  • - Edit on GitHub + Edit on GitHub
  • {% endif %} diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index acb01b8eac..5af3184727 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -318,4 +318,4 @@ please refer to this `Knowledge Base article `` to improve it. +If you notice any issues in this documentation you can ``edit this document `` to improve it.