Skip to content

Add hosted_on variable for a link in the footer #165

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 2 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions python_docs_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ <h3>{{ _('Navigation') }}</h3>
{% trans %}Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.{% endtrans %}
<br />
{% if theme_license_url %}{% trans license_file=theme_license_url %}See <a href="{{ license_file }}">History and License</a> for more information.{% endtrans %}<br />{% endif %}
{% if theme_hosted_on %}{% trans hosted_on=theme_hosted_on %}Hosted on {{ hosted_on }}.{% endtrans %}<br />{% endif %}
<br />

{% include "footerdonate.html" %}
Expand Down
1 change: 1 addition & 0 deletions python_docs_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ headlinkcolor = #aaaaaa
codebgcolor = #eeffcc
codetextcolor = #333333

hosted_on =
issues_url =
license_url =
root_name = Python
Expand Down