diff options
| -rw-r--r-- | sphinx/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index 8aad87cd..837aad7f 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -181,7 +181,7 @@ Last updated on {{ last_updated }}. {%- endif %} {%- if show_sphinx %} - Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>. + Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}. {%- endif %} </div> {%- endblock %} |
