summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2020-01-27 21:08:24 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2020-01-27 21:08:24 +0100
commit9431915ec06cdfa3b9ee10dcfc5b73e677bb332e (patch)
tree7704b3185a8fb78d7061832be9bf4aa42e5ded35
parent1805d70040d2a26e3587912a18fe147df7dd811d (diff)
downloadscipy-sphinx-theme-9431915ec06cdfa3b9ee10dcfc5b73e677bb332e.tar.gz
MAINT: fix link for Sphinx.
Closes https://github.com/scipy/docs.scipy.org/issues/36
-rw-r--r--_theme/scipy/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_theme/scipy/layout.html b/_theme/scipy/layout.html
index 9d359d5..6bf7027 100644
--- a/_theme/scipy/layout.html
+++ b/_theme/scipy/layout.html
@@ -258,7 +258,7 @@
{%- endif %}
{%- if show_sphinx %}
<li>
- {% 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="https://www.sphinx-doc.org">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
</li>
{%- endif %}
</ul>