Skip to content

Commit

Permalink
display theme version on footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed May 8, 2021
1 parent f2993ae commit fc2c1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sphinx_press_theme/theme.conf
Expand Up @@ -7,3 +7,4 @@ sidebars = util/searchbox.html, util/sidetoc.html
[options]
analytics_id =
external_links =
press_version = 0.6.1
2 changes: 1 addition & 1 deletion sphinx_press_theme/util/footer.html
Expand Up @@ -11,6 +11,6 @@
{%- endif %}
{%- if show_sphinx %}
<br>
{% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }} with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a>.{% endtrans %}
{% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }} with <a href="https://github.com/schettino72/sphinx_press_theme">Press Theme</a> {{ theme_press_version }}.{% endtrans %}
{%- endif %}
</div>

0 comments on commit fc2c1ff

Please sign in to comment.