8000 bpo-37860: re-add netlify.toml to set up deploy previews for docs by epicfaace · Pull Request #92852 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37860: re-add netlify.toml to set up deploy previews for docs #92852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update layout.html
  • Loading branch information
epicfaace authored Jun 19, 2022
commit 9a9513cfbdd7d8ea3f3f015d7070981e0f97f26b
2 changes: 1 addition & 1 deletion Doc/tools/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
{% trans %}This is a deploy preview created from a <a href="{{ repository_url }}/pull/{{ pr_id }}">pull request</a>.
For authoritative documentation, see the {% endtrans %}
<a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} the current stable release{% endtrans %}</a>.
<a href="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %} the current stable release{% endtrans %}</a>.
</div>
{%- endif %}
{% endblock %}
Expand Down
0