Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h3 style="margin-top: 1.5em;">{{ _('Search the book') }}</h3>
{% 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="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
{%- endif %}
</div>
<div class="clearer"></div>
Expand Down
2 changes: 1 addition & 1 deletion source/_templates/sphinxcustom.cls
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%
% sphinxmanual.cls for Sphinx (http://sphinx.pocoo.org/)
% sphinxmanual.cls for Sphinx (https://www.sphinx-doc.org/)
%

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
Expand Down
2 changes: 1 addition & 1 deletion source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ I have tried to avoid using the word "porting" in the text as a part of this.
.. rubric:: Footnotes

.. [#rest] `http://docutils.sourceforge.net/rst.html <http://docutils.sourceforge.net/rst.html>`_
.. [#sphinx] `http://sphinx.pocoo.org/ <http://sphinx.pocoo.org/>`_
.. [#sphinx] `https://www.sphinx-doc.org/ <https://www.sphinx-doc.org/>`_
.. [#latex] `http://www.latex-project.org/ <http://www.latex-project.org/>`_
.. [#createspace] `https://www.createspace.com/ <https://www.createspace.com/>`_
.. [#GitHub] `https://github.com/regebro/supporting-python-3 <https://github.com/regebro/supporting-python-3>`_