diff options
author | Dag Wieers <dag@wieers.com> | 2018-04-05 19:48:37 +0200 |
---|---|---|
committer | scottb <dharmabumstead@users.noreply.github.com> | 2018-04-05 19:48:37 +0200 |
commit | cdf9e39647406bf8eb6cbf3fa6dd2230ef7dc181 (patch) | |
tree | 4d965edb65006420322be0681e3d0b0e25fcc787 /docs | |
parent | Update installation docs for RHEL based distributions. (#38056) (diff) | |
download | ansible-cdf9e39647406bf8eb6cbf3fa6dd2230ef7dc181.tar.xz ansible-cdf9e39647406bf8eb6cbf3fa6dd2230ef7dc181.zip |
Fix the automatic docsite_pr label (#37999)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html | 4 | ||||
-rw-r--r-- | 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 3dfe7e7531..0b4eb150bf 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/breadcrumbs.html @@ -3,11 +3,11 @@ <li><a href="">{{ title }}</a></li> {% if pagename.endswith('_module') %} <li class="wy-breadcrumbs-aside"> - <a href="https://github.com/ansible/ansible/edit/devel/lib/ansible/modules/{{ meta.get('source', '') }}?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A+label:%20docsite_pr" class="icon icon-github"> Edit on GitHub</a> + <a href="https://github.com/ansible/ansible/edit/devel/lib/ansible/modules/{{ meta.get('source', '') }}?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A%2Blabel:%20docsite_pr" class="icon icon-github"> Edit on GitHub</a> </li> {% elif (not 'list_of' in pagename) and (not 'category' in pagename) %} <li class="wy-breadcrumbs-aside"> - <a href="https://github.com/ansible/ansible/edit/devel/docs/docsite/rst/{{ pagename }}.rst?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A+label:%20docsite_pr" class="icon icon-github"> Edit on GitHub</a> + <a href="https://github.com/ansible/ansible/edit/devel/docs/docsite/rst/{{ pagename }}.rst?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A%2Blabel:%20docsite_pr" class="icon icon-github"> Edit on GitHub</a> </li> {% endif %} </ul> diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 5bb1833114..10b8b91458 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -402,4 +402,4 @@ Author {% endif %} .. hint:: - If you notice any issues in this documentation you can `edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/modules/@{ source }@?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A+label:%20docsite_pr>`_ to improve it. + If you notice any issues in this documentation you can `edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/modules/@{ source }@?description=%3C!---%20Your%20description%20here%20--%3E%0A%0A%2Blabel:%20docsite_pr>`_ to improve it. |