Skip to content

Commit

Permalink
Mention "Hosted on Read the Docs" in the footer
Browse files Browse the repository at this point in the history
Closes #1587
  • Loading branch information
humitos committed Oct 8, 2024
1 parent a1c2147 commit cb0b44d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinx_rtd_theme/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
{% trans %}provided by {{ readthedocs_web }}{% endtrans %}.
{% endif %}

{% if READTHEDOCS %}
Hosted on <a href="https://about.readthedocs.com/">Read the Docs</a>.
{% endif %}

{%- block extrafooter %} {% endblock %}

</footer>

0 comments on commit cb0b44d

Please sign in to comment.