We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98956aa commit a5d82f2Copy full SHA for a5d82f2
docs/openvino_sphinx_theme/openvino_sphinx_theme/__init__.py
@@ -22,7 +22,7 @@ def has_github_page():
22
return False
23
24
def get_edit_url():
25
- """Return a URL for an "edit this page" link."""
+ """Return a URL for an "Edit on GitHub" link."""
26
doc_context = dict()
27
doc_context.update(**context)
28
docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/edit-this-page.html
@@ -3,7 +3,7 @@
3
{% set src = sourcename.split('.') %}
4
<div class="editthispage">
5
<a class='button button-size-m' href="{{ get_edit_url() }}">
6
- <i class="fas fa-pencil-alt"></i> {{ _("Edit this page") }}
+ <i class="fas fa-pencil-alt"></i> {{ _("Edit on GitHub") }}
7
</a>
8
</div>
9
{% endif %}
0 commit comments