Skip to content
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