Skip to content

Commit

Permalink
use documentation github issue template for api sphinx files
Browse files Browse the repository at this point in the history
  • Loading branch information
sampan501 committed Aug 23, 2021
1 parent c79a3c4 commit 5e28bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% if pagename.startswith("api/generated") or suffix == ".ipynb" %}
{% set title = "Suggested improvement for " + pagename %}
{% set body = "Please describe what could be improved about this page or the typo/mistake that you found:" %}
<a href="https://github.com/{{ github_user }}/{{ github_repo }}/issues/new?title={{ title|urlencode }}&body={{ body|urlencode }}"
<a href="https://github.com/{{ github_user }}/{{ github_repo }}/issues/new?title={{ title|urlencode }}&assignees=&labels=documentation&template=documentation_fix.md"
class="fa fa-github"> Improve this page</a>
{% elif pagename.split("/")[0] in galleries %}
{% set gallery_path = gallery_dir[pagename.split("/")[0]] %}
Expand Down

0 comments on commit 5e28bb0

Please sign in to comment.