We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f237b9 commit d95dd47Copy full SHA for d95dd47
docs/_templates/layout.html
@@ -82,7 +82,7 @@ <h1 class="logo">
82
</ul>
83
</nav><!-- end of .main-nav -->
84
{%- if show_source and has_source and pagename %}
85
- {%- set issue_uri = issue_uri_template.format(pagename, release) %}
+ {%- set issue_uri = issue_uri_template.format(pagename|urlencode, release|urlencode) %}
86
{%- endif %}
87
<a href="{{ issue_uri }}" target="_blank" class="v-btn" id="file-issue">
88
<img src="_static/images/icon-link-github.svg" />
0 commit comments