diff options
author | Georg Brandl <georg@python.org> | 2012-11-04 11:28:12 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-11-04 11:28:12 +0100 |
commit | b57baac9cec4bb60040c995f4dcfa7bc1cdef891 (patch) | |
tree | e242ef44a85b7474c7ac1db4da0dd304e7b326bb /sphinx/themes | |
parent | 0bb075f132467db3b6a0bddf73b8b8751741cc59 (diff) | |
download | sphinx-b57baac9cec4bb60040c995f4dcfa7bc1cdef891.tar.gz |
Update Sphinx URL to new sphinx-doc.org domain.
Diffstat (limited to 'sphinx/themes')
-rw-r--r-- | sphinx/themes/basic/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html index 9fb989cb..612dc38f 100644 --- a/sphinx/themes/basic/layout.html +++ b/sphinx/themes/basic/layout.html @@ -195,7 +195,7 @@ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} {%- endif %} {%- if show_sphinx %} - {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %} + {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %} {%- endif %} </div> {%- endblock %} |